summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/functions.h')
-rw-r--r--clang/test/PCH/functions.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/clang/test/PCH/functions.h b/clang/test/PCH/functions.h
index 39724300816..f57400fc846 100644
--- a/clang/test/PCH/functions.h
+++ b/clang/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