Sign in
gnu
/
binutils-gdb
/
23cd66ea0ebf6df836e4e14fdf240d6eeafd5972
/
.
/
ld
/
testsuite
/
ld-plugin
/
pr28849b.c
blob: 616d9a585d2cbc61d60ba4dfef1fd4113f5ceefc [
file
]
extern
void
y
(
void
);
void
should_be_dynamic_in_exec
(
void
)
{}
int
main
(
void
)
{
y
();
return
0
;
}