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