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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/PCH/functions.h b/test/PCH/functions.h
index 3972430..f57400f 100644
--- a/test/PCH/functions.h
+++ b/test/PCH/functions.h
@@ -1,6 +1,9 @@
/* For use with the functions.c test */
-int f0(int x, int y, ...);
+
+
+
+int f0(int x, int y, ...);
float *f1(float x, float y);
void g0(int *);
OpenPOWER on IntegriCloud