blob: 4523bd3d79bf73ce9ddd531eafa3154a82c84de2 [file] [log] [blame]
Reid Kleckner0333dd92019-05-14 18:51:07 +00001void f0(int);
2void f1(int, float);
3void f2();
4void f3(void);
5void f4(int, int);
6int f5(int) __attribute__((const));