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