Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-elf/pr13250-1.c
2023-03-06 14:48:14 +01:00

8 lines
124 B
C

int common1[8];
void
foo ()
{
int i;
for (i = 0; i < sizeof (common1)/ sizeof (common1[0]); i++)
common1[i] = -1;
}