Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
cse-arg01.c
blob: 3e3e141aa1fb7ab3b94d225b1ca0f78fda4c5e9f [
file
] [
log
] [
blame
]
int
foo
(
int
a
,
int
b
)
{
return
(
a
<
b
)
==
(
b
>
a
);
}
/*
* check-name: cse-arg01
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-returns: 1
*/