aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/c11-thread-local.c
blob: 464c3e16a6cbdc8049728f141873754b528d088a (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\]
 */