[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / PCH / functions.h
blobf57400fc846b0fe97067a2c239b3cbdfa0be0abd
1 /* For use with the functions.c test */
6 int f0(int x, int y, ...);
7 float *f1(float x, float y);
9 void g0(int *);
11 void do_abort(int) __attribute__((noreturn));