aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/simplify-cte-sub-subr.c
blob: 950b233e60c369655c42bb1553db9e1cdbf840b9 (plain)
1
2
3
4
5
6
7
8
9
10
int cte_sub_subr(int x) { return 1 - (1 - x); }

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