Sign in
gnu
/
binutils-gdb
/
d559227272d72e554222361058163b9dc94de2f0
/
.
/
ld
/
testsuite
/
ld-elf
/
pr22263-1a.c
blob: ca4b75dcb50720ead0d90dcae9245318733b7269 [
file
]
__thread
int
*
foo
;
void
bar
(
void
)
{
*
foo
=
1
;
}