11 lines
128 B
C
11 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);
|