db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / select-select-true-false0.c
blob4066c2dad6fc0067816252ab087edb9ea2bdc034
1 int fw(int p, int a, int b) { return ((p ? 42 : 0) ? a : b) == ( p ? a : b); }
2 int bw(int p, int a, int b) { return ((p ? 0 : 42) ? a : b) == ( p ? b : a); }
4 /*
5 * check-name: select-select-true-false0
6 * check-command: test-linearize -Wno-decl $file
8 * check-output-ignore
9 * check-output-returns: 1