1// Helper 2 for chain-external-defs.c test2 3// Tentative definitions4int y;5int y2;6 7// Should still not show up8static int z;9 10int incomplete_array[];11int incomplete_array3[];12