Retro68/binutils/ld/testsuite/ld-x86-64/pr22393-3b.c

8 lines
55 B
C
Raw Normal View History

2018-12-28 15:25:28 +00:00
void test(void);
int main()
{
test();
return 0;
}