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

8 lines
48 B
C

extern int xxx;
int
main ()
{
return xxx;
}