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