aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/c_files/hdir/9/inc.h1
-rw-r--r--tests/c_files/simplemain.c5
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/c_files/hdir/9/inc.h b/tests/c_files/hdir/9/inc.h
new file mode 100644
index 0000000..0c96cbd
--- /dev/null
+++ b/tests/c_files/hdir/9/inc.h
@@ -0,0 +1 @@
+extern int ie;
diff --git a/tests/c_files/simplemain.c b/tests/c_files/simplemain.c
new file mode 100644
index 0000000..abbe5d8
--- /dev/null
+++ b/tests/c_files/simplemain.c
@@ -0,0 +1,5 @@
+#include "hdir\emptydir\..\9\inc.h"
+
+int main() {
+ return 0;
+}