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