brintos

brintos / llvm-project-archived public Read only

0
0
Text · 177 B · 72af92f Raw
12 lines · c
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