binutils-gdb/ld/testsuite/ld-elf/dwarf2a.c

9 lines
76 B
C

int global_var = 3;
int other_var = 4;
int
function (void)
{
return 0;
}