Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
tst-auditmod9b.c
blob: 8eeeb499864a48eefe3829354499cc2f202bb64c [
file
] [
log
] [
blame
] [
edit
]
__thread
int
a
;
int
f
(
void
)
{
return
++
a
;
}