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