aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/cse-arg01.c
blob: 3e3e141aa1fb7ab3b94d225b1ca0f78fda4c5e9f (plain)
1
2
3
4
5
6
7
8
9
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
 */