aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/and-or-constant0.c
blob: dcf440f33d4d0584da93bdfcc026ec8fa080bd0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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\\.
 */