comparison: select the caller_info
[smatch.git] / validation / bool-float.c
blobeadf4cf09aa98a4ad234ee828b746a36f9f69d95
1 int ftst(double a) { return !a; }
3 /*
4 * check-name: not-operator on float
5 * check-command: test-linearize -Wno-decl $file
6 * check-output-ignore
8 * check-output-excludes: \\$0
9 */