Sign in
fuchsia
/
third_party
/
binutils-gdb
/
refs/heads/upstream/gdb-12-branch
/
.
/
ld
/
testsuite
/
ld-plugin
/
pr26267c.c
blob: fcc494112547d2953f6a449663a0290cd4a25078 [
file
] [
log
] [
blame
] [
edit
]
extern
void
bar
(
void
);
void
xxx
(
void
)
{
bar
();
}