1// Helper 1 for chain-external-defs.c test
2
3// Tentative definitions
4int x;
5int x2;
6
7// Should not show up
8static int z;
9
10int incomplete_array[];
11int incomplete_array2[];
12
13struct S s;
14