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