blob: d7e66f9c05dc611ec3bef577c053851f9fb110f0 [file] [log] [blame]
int foo(int x)
{
return (x | 0xfffffff0) & 0xfff;
}
/*
* check-name: and-or-constant2
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: or\\..*\\$0xff0
* check-output-excludes: or\\..*\\$0xfffffff0
*/