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