mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 16:09:46 -04:00
12 lines
96 B
C
12 lines
96 B
C
// Helper for PCH test nonvisible-external-defs.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void f() {
|
|
extern int g(int, int);
|
|
}
|