aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/zext-zext.c
blob: 986d22422a9a689806a1254342151974a938d3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
int foo(unsigned char offset)
{
	return (int)(unsigned short) offset;
}

/*
 * check-name: zext-zext
 * check-command: test-linearize -Wno-decl $file
 *
 * check-output-ignore
 * check-output-excludes: sext\\.
 * check-output-pattern(1): zext\\.
 */