1// Helper for external-defs.c test2 3// Tentative definitions4int x;5int x2;6 7// Should not show up8static int z;9 10int incomplete_array[];11int incomplete_array2[];12 13struct S s;14