ftst(double a)1*c85f09ccSJohn Levon int ftst(double a)  { return !a; }
2*c85f09ccSJohn Levon 
3*c85f09ccSJohn Levon /*
4*c85f09ccSJohn Levon  * check-name: not-operator on float
5*c85f09ccSJohn Levon  * check-command: test-linearize -Wno-decl $file
6*c85f09ccSJohn Levon  * check-output-ignore
7*c85f09ccSJohn Levon  *
8*c85f09ccSJohn Levon  * check-output-excludes: \\$0
9*c85f09ccSJohn Levon  */
10