1int cte_sub_addr(int x) { return 2 - (x + 1); }
2
3/*
4 * check-name: simplify-cte-sub-addr
5 * check-command: test-linearize -Wno-decl $file
6 *
7 * check-output-ignore
8 * check-output-contains: sub\\..*\\$1, %arg1
9 */
10