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