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