aboutsummaryrefslogtreecommitdiff
path: root/tests/c_files
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2012-08-10 08:10:28 +0300
committerEli Bendersky <eliben@gmail.com>2012-08-10 08:10:28 +0300
commit04b0c217fb15be0d281d3d60205cdc52920cb716 (patch)
tree035eaf1edc50f4c48fb406abe80392c8ad68ff02 /tests/c_files
parentc4701a30409e6850cb36324aed5125e4608eef57 (diff)
downloadpycparser-04b0c217fb15be0d281d3d60205cdc52920cb716.tar.gz
forgot to hg add
Diffstat (limited to 'tests/c_files')
-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;
+}