blob: f57400fc846b0fe97067a2c239b3cbdfa0be0abd [file] [log] [blame]
Douglas Gregor92f056f2009-04-13 22:18:37 +00001/* For use with the functions.c test */
2
Douglas Gregor4f4946a2010-04-22 00:20:18 +00003
4
5
6int f0(int x, int y, ...);
Douglas Gregor92f056f2009-04-13 22:18:37 +00007float *f1(float x, float y);
8
9void g0(int *);
Douglas Gregordc728752009-12-22 18:11:50 +000010
11void do_abort(int) __attribute__((noreturn));