rosenberg: handle bit fields better
[smatch.git] / validation / __func__-scope.c
blob508a8b91d407a5ca94762b0a463581500ed963fe
1 static void foo(void)
3 const char *name = ({ __func__; });
5 /*
6 * check-name: __func__'s scope
7 * check-command: sparse -Wall $file
8 */