expressions: make assign_expression() take an op argument
[smatch.git] / validation / c11-thread-local.c
blob464c3e16a6cbdc8049728f141873754b528d088a
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 */