db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / lsr-shl0.c
blob952baa6b6926325b4ad97653ac2337f9bee21837
1 unsigned mask(unsigned x)
3 return (x << 15) >> 15;
6 /*
7 * check-name: lsr-shl0
8 * check-command: test-linearize -Wno-decl $file
10 * check-output-ignore
11 * check-output-contains: and\\..*0x1ffff
12 * check-output-excludes: lsr\\.
13 * check-output-excludes: shl\\.