db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / simplify-neg-not.c
blobe92352cfeeecb74012decbfe902b221473bfd0d3
1 int foo(int x) { return -(~x) == x + 1; }
3 /*
4 * check-name: simplify-neg-not
5 * check-command: test-linearize -Wno-decl $file
7 * check-output-ignore
8 * check-output-contains: ret\\..*\\$1
9 */