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: ab780f284c9ccf6df8766a8c89c2ab9460023159 (
plain
)
1
2
_Thread_local
int
i
=
42
;
int
main
(
void
) {
return
0
; }