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