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