Sign in
gnu
/
binutils-gdb
/
82e6d6bf900e9c1929cc2d4e64a16ab4e1abe4e9
/
.
/
ld
/
testsuite
/
ld-plugin
/
pr26267c.c
blob: fcc494112547d2953f6a449663a0290cd4a25078 [
file
]
extern
void
bar
(
void
);
void
xxx
(
void
)
{
bar
();
}