11 lines
100 B
C
11 lines
100 B
C
// Helper for PCH test nonvisible-external-defs.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void f(void) {
|
|
extern int g(int, int);
|
|
}
|