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