xref: /minix3/external/bsd/llvm/dist/clang/test/PCH/Inputs/chain-external-defs2.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1 // Helper 2 for chain-external-defs.c test
2 
3 // Tentative definitions
4 int y;
5 int y2;
6 
7 // Should still not show up
8 static int z;
9 
10 int incomplete_array[];
11 int incomplete_array3[];
12