summaryrefslogtreecommitdiffstats
path: root/test/PCH/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/functions.h')
-rw-r--r--test/PCH/functions.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/PCH/functions.h b/test/PCH/functions.h
new file mode 100644
index 0000000..bc28ad7
--- /dev/null
+++ b/test/PCH/functions.h
@@ -0,0 +1,6 @@
+/* For use with the functions.c test */
+
+int f0(int x, int y, ...);
+float *f1(float x, float y);
+
+void g0(int *);
OpenPOWER on IntegriCloud