blob: 32c0364de2ba0d61a53877aa646da3f506b052e3 [file] [log] [blame]
int foo(int p)
{
int t = (p ? 42 : 0);
return (t ? 42 : 0) == ( p ? 42 : 0);
}
/*
* check-name: select-select-true-false1
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-returns: 1
*/