1*f4a2713aSLionel Sambuc typedef int Int; 2*f4a2713aSLionel Sambuc void f0(Int); 3*f4a2713aSLionel Sambuc void f1(Int, double); 4*f4a2713aSLionel Sambuc void f2(int, int); 5*f4a2713aSLionel Sambuc void f3(int); 6*f4a2713aSLionel Sambuc static void f4(float, float); 7*f4a2713aSLionel Sambuc int f5(int) __attribute__((const)); 8