ftst(double a)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