Sign in
gnu
/
binutils-gdb
/
2bcfdb758bb18e29cf6c0486c448bf78dbbc0c8a
/
.
/
ld
/
testsuite
/
ld-elf
/
pr28348c.c
blob: cbb9d564d63977fda199b200419ba30e92914e2b [
file
]
extern
void
foo
(
void
);
int
main
()
{
foo
();
return
0
;
}