db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / mask-out.c
blobac85aec800c76fbabca1369ecd4649ea4b4fe410
1 unsigned mask(unsigned a, unsigned b)
3 return ((a & 0xffff0000) | b) & 0x0000ffff;
6 /*
7 * check-name: mask-out
8 * check-command: test-linearize -Wno-decl $file
10 * check-output-ignore
11 * check-output-excludes: %arg1