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