xref: /minix3/external/bsd/llvm/dist/clang/test/PCH/functions.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc /* For use with the functions.c test */
2*f4a2713aSLionel Sambuc 
3*f4a2713aSLionel Sambuc 
4*f4a2713aSLionel Sambuc 
5*f4a2713aSLionel Sambuc 
6*f4a2713aSLionel Sambuc int f0(int x, int y, ...);
7*f4a2713aSLionel Sambuc float *f1(float x, float y);
8*f4a2713aSLionel Sambuc 
9*f4a2713aSLionel Sambuc void g0(int *);
10*f4a2713aSLionel Sambuc 
11*f4a2713aSLionel Sambuc void do_abort(int) __attribute__((noreturn));
12