xref: /illumos-gate/usr/src/tools/smatch/src/validation/bool-float.c (revision 4c87aefe8930bd07275b8dd2e96ea5f24d93a52e)
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  */
10