Retro68/binutils/ld/testsuite/ld-x86-64/pr19784a.c
2017-04-10 13:32:00 +02:00

7 lines
56 B
C

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