Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-plugin
/
lto-3c.c
blob: 95b3bc0a8f88783c71b67ae00fd5928f7238a138 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
void
bar
(
void
)
{
printf
(
"hello bar\n"
);
}