brintos

brintos / llvm-project-archived public Read only

0
0
Text · 100 B · bb25a3d Raw
12 lines · c
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