Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-plugin/
pr28849a.c
1
extern
void
should_be_dynamic_in_exec
(
void
)
;
2
void
y
(
void
)
{
should_be_dynamic_in_exec
(
)
;
}