Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
53eacc1fa688f066a5426f44fbc85710677fc172
/
.
/
validation
/
bool-float.c
blob: eadf4cf09aa98a4ad234ee828b746a36f9f69d95 [
file
] [
log
] [
blame
]
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
*/