aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/c11-thread-local.c
blob: db848de630bef0b18c971af25bba1b192ea5deaf (plain)
1
2
3
4
5
6
7
8
9
static _Thread_local int foo;

/*
 * check-name: c11-thread-local
 * check-command: test-parsing -std=c11 $file
 *
 * check-output-ignore
 * check-output-contains: \\[tls\\]
 */