Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-plugin
/
lto-5a.c
blob: 2d07cf585da5ef4a94775b9c585346d22062db64 [
file
]
extern
void
foo
(
void
);
int
main
(
void
)
{
foo
();
return
0
;
}