xref: /minix3/external/bsd/llvm/dist/clang/test/PCH/Inputs/chain-external-defs1.h (revision 0b98e8aad89f2bd4ba80b523d73cf29e9dd82ce1)
1 // Helper 1 for chain-external-defs.c test
2 
3 // Tentative definitions
4 int x;
5 int x2;
6 
7 // Should not show up
8 static int z;
9 
10 int incomplete_array[];
11 int incomplete_array2[];
12 
13 struct S s;
14