Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
select-select-true-false1.c
blob: 32c0364de2ba0d61a53877aa646da3f506b052e3 [
file
] [
log
] [
blame
]
int
foo
(
int
p
)
{
int
t
=
(
p
?
42
:
0
);
return
(
t
?
42
:
0
)
==
(
p
?
42
:
0
);
}
/*
* check-name: select-select-true-false1
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-returns: 1
*/