Retro68/binutils/ld/testsuite/ld-plugin/pr13183b.c

7 lines
58 B
C
Raw Normal View History

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