Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
gdb
/
ld
/
testsuite
/
ld-elf
/
pr19553b.c
blob: 0c438a246821f9ef9a98ad54723daa5d97fbde2f [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
__attribute__
((
weak
))
void
foo
(
void
)
{
printf
(
"pr19553b\n"
);
}