Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
tst-tlsmod13.c
blob: 7712d8b8c86d94b3963f85b0d6c6636b9e23bf36 [
file
] [
log
] [
blame
] [
edit
]
__thread
int
a
[
2
]
__attribute__
((
tls_model
(
"initial-exec"
)));
int
foo
(
void
)
{
return
a
[
0
];
}