index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
Checks
/
cm_c11_thread_local.c
blob: bdf91aa902d1cd60b724661563a8fb229cd7ea2b (
plain
)
1
2
3
4
5
_Thread_local
int
i
=
42
;
int
main
(
void
)
{
return
0
;
}