db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / optim / setne0-zext.c
blob8a074f03724f1a7b7c429bc1c08bb959e62c845d
1 unsigned long foo(int a) { return (unsigned int) (a != 0); }
3 /*
4 * check-name: setne0-zext
5 * check-command: test-linearize -m64 -Wno-decl $file
7 * check-output-ignore
8 * check-output-excludes: zext\\.
9 */