db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / cse-reg01.c
blob3ea283d35368f2568ffc825d96c9bbc84033a0fd
1 int foo(int a, int b) { int x = a + b, y = ~b; return (x < y) == (y > x); }
3 /*
4 * check-name: cse-reg01
5 * check-command: test-linearize -Wno-decl $file
7 * check-output-ignore
8 * check-output-returns: 1
9 */