1// Helper 2 for chain-external-defs.c test
2
3// Tentative definitions
4int y;
5int y2;
6
7// Should still not show up
8static int z;
9
10int incomplete_array[];
11int incomplete_array3[];
12