Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
backend
/
label-as-value.c
blob: ec436f390218a4d66311d262dfd31dca3732d95b [
file
] [
log
] [
blame
]
void
*
foo
(
void
*
def
);
void
*
foo
(
void
*
def
)
{
if
(!
def
)
yes
:
return
&&
yes
;
return
def
;
}
/*
* check-name: label-as-value
* check-command: sparsec -c $file -o tmp.o
*/