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