llvm-project/lld/test/old-elf/Inputs/undef-from-main.c

6 lines
45 B
C

extern int x[2];
int main() {
x[0] = 2;
}