Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
zext-zext.c
blob: 986d22422a9a689806a1254342151974a938d3ab [
file
] [
log
] [
blame
]
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\\.
*/