aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/canonical-sub-cte.c
blob: 223be96fa5a5f591e4fb71181e6bfa92ea896d9f (plain)
1
2
3
4
5
6
7
8
9
10
int sub_cte(int x) { return (x - 1) != (x + -1); }

/*
 * check-name: canonical-sub-cte
 * check-command: test-linearize -Wno-decl $file
 * check-known-to-fail
 *
 * check-output-ignore
 * check-output-contains: ret\\..*\\$0
 */