db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / range-check2.c
blob69c01b9d36d52127a3d5fa8a55e02e5f164c4e69
1 #define N 1024
3 _Bool check_ok(int i)
5 return (i >= 0 && i < N) == (((unsigned int)i) < N);
8 /*
9 * check-name: range-check2
10 * check-command: test-linearize -Wno-decl $file
12 * check-output-ignore
13 * check-output-returns: 1