DEBSOURCES
Skip Quicknav
sources / sparse / 0.6.4-5 / validation / __func__-scope.c
12345678
static void foo(void) { const char *name = ({ __func__; }); } /* * check-name: __func__'s scope * check-command: sparse -Wall $file */