Sign in
fuchsia
/
third_party
/
binutils-gdb
/
7e33c17c62f9cb4d61aa5aab241e441b14bfc232
/
.
/
ld
/
testsuite
/
ld-plugin
/
lto-11b.c
blob: 62d61ecf94b6c95ed63d7075f4507d12420b89aa [
file
] [
log
] [
blame
]
extern
int
printf
(
const
char
*,
...);
void
foo
(
void
)
{
printf
(
"Hello from %s!\n"
,
__FUNCTION__
);
}