Retro68/binutils/ld/testsuite/ld-plugin/lto-5a.c

8 lines
64 B
C

extern void foo(void);
int main(void)
{
foo();
return 0;
}