param_key: fix container of when no struct member is referenced
[smatch.git] / validation / c11-thread-local.c
blobdb848de630bef0b18c971af25bba1b192ea5deaf
1 static _Thread_local int foo;
3 /*
4 * check-name: c11-thread-local
5 * check-command: test-parsing -std=c11 $file
7 * check-output-ignore
8 * check-output-contains: \\[tls\\]
9 */