Sign in
gnu
/
binutils-gdb
/
42eb20eb357204960aed1c2c2d5d014cb94de2fe
/
.
/
ld
/
testsuite
/
ld-plugin
/
pr26262b.c
blob: 91ec492ac76f5a5f9b27c07b5af29f7bdb279703 [
file
] [
log
] [
blame
]
#include
<stdlib.h>
extern
int
counter
;
void
foo
(
void
)
{
counter
++;
}
__attribute__
((
weak
))
void
bar
(
void
)
{
abort
();
}