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