Sign in
gnu
/
binutils-gdb
/
refs/heads/users/simark/next-iterator
/
.
/
ld
/
testsuite
/
ld-plugin
/
pr31615c.c
blob: dbe0788976011804f3408c3ff36144e207a3e87e [
file
]
#include
<stdio.h>
__attribute__
((
weak
))
void
bar
(
void
)
{
printf
(
"PASS\n"
);
}