blob: bc28ad7321c7f0cbe2a65183ff6a483f88dd91e8 [file] [log] [blame]
Douglas Gregor3a2f7e42009-04-13 22:18:37 +00001/* For use with the functions.c test */
2
3int f0(int x, int y, ...);
4float *f1(float x, float y);
5
6void g0(int *);