1 // Helper for PCH test nonvisible-external-defs.h 2 3 4 5 6 7 8 f(void)9 void f(void) { 10 extern int g(int, int); 11 } 12