Sign in
gnu
/
binutils-gdb
/
b33c4f8f828e168d96b60d4ac828fdc19c8cdcb4
/
.
/
ld
/
testsuite
/
ld-plugin
/
pr31644b.c
blob: 8b23ec8f2b757ad24b272e887eb23c04a35ceb90 [
file
]
extern
void
bar
(
void
);
void
foo
(
void
)
{
bar
();
}