1int foo(int p, int a, int b) { return ((p ? 42 : 43) ? a : b) == a ; } 2 3/* 4 * check-name: select-select-true-true 5 * check-command: test-linearize -Wno-decl $file 6 * 7 * check-output-ignore 8 * check-output-returns: 1 9 */ 10