repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
db/fixup_kernel.sh: update vfs_write() code
[smatch.git]
/
validation
/
bool-float.c
blob
eadf4cf09aa98a4ad234ee828b746a36f9f69d95
1
int
ftst
(
double
a
) {
return
!
a
; }
2
3
/*
4
* check-name: not-operator on float
5
* check-command: test-linearize -Wno-decl $file
6
* check-output-ignore
7
*
8
* check-output-excludes: \\$0
9
*/