db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / optim / shift-zext.c
blob30409beca337415e8ef49e20cb483623426469ac
1 unsigned int foo(unsigned int x)
3 return (x << 20) >> 20;
6 /*
7 * check-name: shift-zext
8 * check-command: test-linearize -Wno-decl $file
10 * check-output-ignore
11 * check-output-contains: and\\..*%arg1, \\$0xfff