foo(unsigned char offset)1 int foo(unsigned char offset)
2 {
3 	return (int)(unsigned short) offset;
4 }
5 
6 /*
7  * check-name: zext-zext
8  * check-command: test-linearize -Wno-decl $file
9  *
10  * check-output-ignore
11  * check-output-excludes: sext\\.
12  * check-output-pattern(1): zext\\.
13  */
14