Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
53eacc1fa688f066a5426f44fbc85710677fc172
/
.
/
validation
/
optim
/
simplify-not-neg.c
blob: 3fd8400d7bd47f051c37ab800c8bf7b1c2cc0e69 [
file
] [
log
] [
blame
]
int
foo
(
int
x
)
{
return
~(-
x
)
==
(
x
-
1
);
}
/*
* check-name: simplify-not-neg
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: ret\\..*\\$1
*/