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

14 lines
80 B
C

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