Douglas Gregor | a404ea6 | 2010-02-10 19:54:31 +0000 | [diff] [blame] | 1 | void f0(int); |
2 | void f1(int, float); | ||||
3 | void f2(); | ||||
4 | void f3(void); | ||||
5 | void f4(int, int); | ||||
Douglas Gregor | ea35d11 | 2010-02-15 23:54:17 +0000 | [diff] [blame] | 6 | int f5(int) __attribute__((const)); |