root/usr/src/tools/smatch/src/validation/optim/and-or-constant0.c
int foo(int x)
{
        return (x | 0xfffff000) & 0xfff;
}

/*
 * check-name: and-or-constant0
 * check-command: test-linearize -Wno-decl $file
 *
 * check-output-ignore
 * check-output-excludes: or\\.
 */