Douglas Gregor | 3a2f7e4 | 2009-04-13 22:18:37 +0000 | [diff] [blame] | 1 | /* For use with the functions.c test */ |
2 | |||||
Douglas Gregor | a41a8c5 | 2010-04-22 00:20:18 +0000 | [diff] [blame] | 3 | |
4 | |||||
5 | |||||
6 | int f0(int x, int y, ...); | ||||
Douglas Gregor | 3a2f7e4 | 2009-04-13 22:18:37 +0000 | [diff] [blame] | 7 | float *f1(float x, float y); |
8 | |||||
9 | void g0(int *); | ||||
Douglas Gregor | 9123666 | 2009-12-22 18:11:50 +0000 | [diff] [blame] | 10 | |
11 | void do_abort(int) __attribute__((noreturn)); |