aboutsummaryrefslogtreecommitdiff
path: root/tinycc/tests/tests2/18_include.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinycc/tests/tests2/18_include.h')
-rw-r--r--tinycc/tests/tests2/18_include.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tinycc/tests/tests2/18_include.h b/tinycc/tests/tests2/18_include.h
new file mode 100644
index 0000000..cad2433
--- /dev/null
+++ b/tinycc/tests/tests2/18_include.h
@@ -0,0 +1,5 @@
+printf("included\n");
+/* test file with missing newline */
+#ifndef INCLUDE
+#define INCLUDE
+#endif /* INCLUDE */ \ No newline at end of file