Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
eval
/
not-cast-float.c
blob: d474d69bdda3fe824e620ef8126f3c96bf567d11 [
file
] [
log
] [
blame
]
static
int
foo
(
void
)
{
int
i
=
123
;
float
x
=
~
i
;
return
(
x
<
0
);
}
/*
* check-name: eval-bool-zext-neg
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-returns: 1
*/