blob: dcf440f33d4d0584da93bdfcc026ec8fa080bd0d [file] [log] [blame]
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\\.
*/