summaryrefslogtreecommitdiffstats
path: root/test/fixtures/included.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/included.c')
-rw-r--r--test/fixtures/included.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/fixtures/included.c b/test/fixtures/included.c
new file mode 100644
index 0000000..d9323e3
--- /dev/null
+++ b/test/fixtures/included.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(int argc, char *argv[]) {
+ printf("All is well\n");
+
+ return 0;
+}