blob: 403af47169c38a1894c607911fa90f21a4da8626 [file] [log] [blame]
int foo(int p, int a) { return (p ? a : a) == a; }
/*
* check-name: select-same-args
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-returns: 1
*/