Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
simplify-neg-not.c
blob: e92352cfeeecb74012decbfe902b221473bfd0d3 [
file
] [
log
] [
blame
]
int
foo
(
int
x
)
{
return
-(~
x
)
==
x
+
1
;
}
/*
* check-name: simplify-neg-not
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: ret\\..*\\$1
*/