db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / simplify-cte-sub-subr.c
blob10fdbbc8293303f67f07d355c0c2ab923d3c69af
1 int cte_sub_subr(int x) { return 1 - (1 - x); }
3 /*
4 * check-name: simplify-cte-sub-subr
5 * check-command: test-linearize -Wno-decl $file
7 * check-output-ignore
8 * check-output-contains: ret\\..* %arg1
9 */