12 lines
128 B
C
12 lines
128 B
C
|
void f(void);
|
||
|
|
||
|
struct one {};
|
||
|
void two(void);
|
||
|
|
||
|
void many(int i);
|
||
|
struct many;
|
||
|
void many(int j);
|
||
|
struct many;
|
||
|
|
||
|
void noret(void);
|