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);
|
||
|
}
|