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