Sign in
gnu
/
binutils-gdb
/
4983bb052d3a57fe1b43334071ba61a8443bb5aa
/
.
/
ld
/
testsuite
/
ld-plugin
/
strip-1b.c
blob: 967872a0f12742f88f531a155cdec98a41130158 [
file
]
extern
void
foo1
(
void
);
void
foo2
(
void
)
{
foo1
();
}
void
foo3
(
void
)
{}