brintos

brintos / llvm-project-archived public Read only

0
0
Text · 165 B · f57400f Raw
12 lines · c
1/* For use with the functions.c test */2 3 4 5 6int f0(int x, int y, ...); 7float *f1(float x, float y);8 9void g0(int *);10 11void do_abort(int) __attribute__((noreturn));12