Sign in
gnu
/
binutils-gdb
/
94de78f9d0d4b9eecb4e3efc393ffa4abbae662e
/
.
/
ld
/
testsuite
/
ld-elf
/
pr19553b.c
blob: 0c438a246821f9ef9a98ad54723daa5d97fbde2f [
file
]
#include
<stdio.h>
__attribute__
((
weak
))
void
foo
(
void
)
{
printf
(
"pr19553b\n"
);
}