db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / simplify-neg-add-cte.c
bloba02c474fa25abb6e2e2ec6fbf9d1c675aa4a3ad0
1 #define C 3
3 int foo(int x) { return -(x + C) == (-3 - x); }
5 /*
6 * check-name: simplify-neg-add-cte
7 * check-command: test-linearize -Wno-decl $file
9 * check-output-ignore
10 * check-output-contains: ret\\..*\\$1