db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / optim / and-or-trunc2.c
blobe66c1f142aea8f3133c058b81dd947ea45728c0c
1 char foo(int x, int y)
3 return (x & 0xff07) | y;
6 /*
7 * check-name: and-or-trunc2
8 * check-command: test-linearize -Wno-decl $file
10 * check-output-ignore
11 * check-output-pattern(1): and\\.
12 * check-output-pattern(1): and\\..*\\$7