clang-1/test/PCH/nonvisible-external-defs.h

12 строки
96 B
C

// Helper for PCH test nonvisible-external-defs.h
void f() {
extern int g(int, int);
}