Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
simplify-add-neg.c
blob: c24b8e19e5c3d1e9e786b58d7bbe3a7da9b30d17 [
file
] [
log
] [
blame
]
int
add_neg
(
int
x
,
int
y
)
{
return
x
+
-
y
;
}
/*
* check-name: simplify-add-neg
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: sub\\..*%arg1, %arg2
*/