diff options
Diffstat (limited to 'clang/test/PCH/functions.h')
| -rw-r--r-- | clang/test/PCH/functions.h | 5 |
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 *); |

