repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
implicit_dependencies: white space changes
[smatch.git]
/
validation
/
c11-thread-local.c
blob
464c3e16a6cbdc8049728f141873754b528d088a
1
static
_Thread_local
int
foo
;
2
3
/*
4
* check-name: c11-thread-local
5
* check-command: test-parsing -std=c11 $file
6
*
7
* check-output-ignore
8
* check-output-contains: \[tls\]
9
*/