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