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