Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
c20e29a930e01aa884911791bce08bc447bb0239
/
.
/
validation
/
bool-float.c
blob: eadf4cf09aa98a4ad234ee828b746a36f9f69d95 [
file
]
int
ftst
(
double
a
)
{
return
!
a
;
}
/*
* check-name: not-operator on float
* check-command: test-linearize -Wno-decl $file
* check-output-ignore
*
* check-output-excludes: \\$0
*/