Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
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
*/