brintos

brintos / llvm-project-archived public Read only

0
0
Text · 176 B · 657b47b Raw
14 lines · c
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