blob: 508a8b91d407a5ca94762b0a463581500ed963fe [file] [log] [blame]
static void foo(void)
{
const char *name = ({ __func__; });
}
/*
* check-name: __func__'s scope
* check-command: sparse -Wall $file
*/