Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
__func__-scope.c
blob: 508a8b91d407a5ca94762b0a463581500ed963fe [
file
] [
log
] [
blame
]
static
void
foo
(
void
)
{
const
char
*
name
=
({
__func__
;
});
}
/*
* check-name: __func__'s scope
* check-command: sparse -Wall $file
*/