Retro68/binutils/ld/testsuite/ld-elf/pr22393-2b.c
2018-12-28 16:25:28 +01:00

8 lines
55 B
C

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