Retro68/binutils/ld/testsuite/ld-plugin/pr20103a.c
2017-04-10 13:32:00 +02:00

9 lines
56 B
C

void live();
int
main ()
{
live();
return 0;
}