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