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