db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / and-or-shl0.c
blob4850b326210cbb067e8ca7f1ca9f25f04bcba69c
1 int foo(int a, int b)
3 return ((a & 0xfff00000) | b) << 12;
6 /*
7 * check-name: and-or-shl0
8 * check-command: test-linearize -Wno-decl $file
10 * check-output-ignore
11 * check-output-excludes: or\\.