aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/bool-float.c
blob: eadf4cf09aa98a4ad234ee828b746a36f9f69d95 (plain)
1
2
3
4
5
6
7
8
9
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
 */