db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / canonical-not.c
blob9698590fd245925789940257fabdc9388e444842
1 int canon_not(int a, int b) { return (a & ~b) == (~b & a); }
3 /*
4 * check-name: canonical-not
5 * check-command: test-linearize -Wno-decl $file
7 * check-output-ignore
8 * check-output-returns: 1
9 */