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