db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / and-or-constant2.c
blobd7e66f9c05dc611ec3bef577c053851f9fb110f0
1 int foo(int x)
3 return (x | 0xfffffff0) & 0xfff;
6 /*
7 * check-name: and-or-constant2
8 * check-command: test-linearize -Wno-decl $file
10 * check-output-ignore
11 * check-output-contains: or\\..*\\$0xff0
12 * check-output-excludes: or\\..*\\$0xfffffff0