blob: 10fdbbc8293303f67f07d355c0c2ab923d3c69af (
plain)
1
2
3
4
5
6
7
8
9
|
int cte_sub_subr(int x) { return 1 - (1 - x); }
/*
* check-name: simplify-cte-sub-subr
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: ret\\..* %arg1
*/
|