db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / cmpe-and0.c
blob75af77528f61aa9214e69fc25981f343797f319a
1 int cmpe_and_eq(int a) { return ((a & 0xff00) == 0xff01) + 1; }
2 int cmpe_and_ne(int a) { return ((a & 0xff00) != 0xff01) + 0; }
4 /*
5 * check-name: cmpe-and0
6 * check-command: test-linearize -Wno-decl $file
8 * check-output-ignore
9 * check-output-returns: 1