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