db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / cse-not01.c
blobea1bb7cf25d4dc64348f2bd35e56ee025302d631
1 int and(int a) { return (~a & a) == 0; }
2 int ior(int a) { return (~a | a) == ~0; }
3 int xor(int a) { return (~a ^ a) == ~0; }
5 /*
6 * check-name: cse-not01
7 * check-command: test-linearize -Wno-decl $file
9 * check-output-ignore
10 * check-output-returns: 1