summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/Executable/A.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable/A.h')
-rw-r--r--Tests/ComplexRelativePaths/Executable/A.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/A.h b/Tests/ComplexRelativePaths/Executable/A.h
deleted file mode 100644
index 25c45fc..0000000
--- a/Tests/ComplexRelativePaths/Executable/A.h
+++ /dev/null
@@ -1,4 +0,0 @@
-// This header should not be compiled directly but through inclusion
-// in A.cxx through A.hh.
-extern int A();
-int A() { return 10; }