• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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