Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
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
*/