Sign in
fuchsia
/
third_party
/
binutils-gdb
/
refs/heads/upstream/gdb-11-branch
/
.
/
ld
/
testsuite
/
ld-elf
/
pr22263-1a.c
blob: ca4b75dcb50720ead0d90dcae9245318733b7269 [
file
] [
log
] [
blame
] [
edit
]
__thread
int
*
foo
;
void
bar
(
void
)
{
*
foo
=
1
;
}