Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
simplify-sub-neg.c
blob: 49be847cca7dc7147f4bd4e47287dad51c0e9cc7 [
file
] [
log
] [
blame
]
int
sub_neg
(
int
x
,
int
y
)
{
return
x
-
-
y
;
}
/*
* check-name: simplify-sub-neg
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: add\\..*%arg., %arg.
*/