xref: /illumos-gate/usr/src/tools/smatch/src/validation/c11-thread-local.c (revision edd4c52697927997fb1ce3c2c4c425e5ca3a56d6)
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  */
10