1void f();
2
3struct one {};
4void two();
5
6void many(int i);
7struct many;
8void many(int j);
9struct many;
10
11void noret();
12