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