binutils-gdb/ld/testsuite/ld-elfweak/foo1b.c

8 lines
64 B
C

int deallocate_foo;
int *
foo ()
{
return &deallocate_foo;
}