Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
backend
/
bool-test.c
blob: cd20a4bd9a1582cc80074a1870f81efa7d63605f [
file
] [
log
] [
blame
]
static
_Bool
return_false
(
void
)
{
return
0
;
}
/*
* check-name: Boolean type code generation
* check-command: sparsec -c $file -o tmp.o
*/