1static void foo(void) 2{ 3 const char *name = ({ __func__; }); 4} 5/* 6 * check-name: __func__'s scope 7 * check-command: sparse -Wall $file 8 */ 9