Sign in
gnu
/
binutils-gdb
/
7ec0e36e9f102279fa2aa2138fb2bd09fdf4cd49
/
.
/
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
;
}