aboutsummaryrefslogtreecommitdiff
path: root/test cases/15 mixed pch/func.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/15 mixed pch/func.c')
-rw-r--r--test cases/15 mixed pch/func.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/15 mixed pch/func.c b/test cases/15 mixed pch/func.c
new file mode 100644
index 0000000..c02722e
--- /dev/null
+++ b/test cases/15 mixed pch/func.c
@@ -0,0 +1,7 @@
+void tmp_func() {
+ fprintf(stdout, "This is a function that fails if stdio is not #included.\n");
+}
+
+int cfunc() {
+ return 0;
+}