Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
scheck
/
ko.c
blob: dbd861ea17fdc03b15b233a8cd8fbb0842cf02bf [
file
] [
log
] [
blame
]
static
void
ko
(
int
x
)
{
__assert
((~
x
)
==
(~
0
+
x
));
}
/*
* check-name: scheck-ko
* check-command: scheck $file
* check-known-to-fail
*/