Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-elf
/
pr9676-4.c
blob: d5013c71f62677c819e84f1506bb93b9f64c1cae [
file
]
extern
int
bar
(
void
);
extern
int
foo
(
void
);
int
x
(
void
)
{
foo
();
return
bar
();
}