db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / cmps0-and0.c
blob8316916abc8c13644a5a7a5b6d6791677b59e219
1 #define M 32
3 int cmps_and_sle0(int a) { return ((a & M) <= 0) == ((a & M) == 0); }
4 int cmps_and_sgt0(int a) { return ((a & M) > 0) == ((a & M) != 0); }
6 /*
7 * check-name: cmps0-and
8 * check-command: test-linearize -Wno-decl $file
10 * check-output-ignore
11 * check-output-returns: 1