db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / canonical-sub-cte.c
blobc0072884b1e6c2d542b6083bd8e0ebae82bbbb06
1 int sub_cte(int x) { return (x - 1) != (x + -1); }
3 /*
4 * check-name: canonical-sub-cte
5 * check-command: test-linearize -Wno-decl $file
7 * check-output-ignore
8 * check-output-contains: ret\\..*\\$0
9 */