blob: 3e3e141aa1fb7ab3b94d225b1ca0f78fda4c5e9f [file] [log] [blame]
int foo(int a, int b) { return (a < b) == (b > a); }
/*
* check-name: cse-arg01
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-returns: 1
*/