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