db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / select-constant-cond.c
bloba9337e2ceaeec482a7d478eac8d1902278b9832f
1 int t(int p, int a, int b) { return ((p == p) ? a : b) == a; }
2 int f(int p, int a, int b) { return ((p != p) ? a : b) == b; }
4 /*
5 * check-name: select-constant-cond
6 * check-command: test-linearize -Wno-decl $file
8 * check-output-ignore
9 * check-output-returns: 1