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