mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-15 09:00:24 -04:00
12 lines
116 B
C
12 lines
116 B
C
void f();
|
|
|
|
struct one {};
|
|
void two();
|
|
|
|
void many(int i);
|
|
struct many;
|
|
void many(int j);
|
|
struct many;
|
|
|
|
void noret();
|