Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
setne0-zext.c
blob: 8a074f03724f1a7b7c429bc1c08bb959e62c845d [
file
] [
log
] [
blame
]
unsigned
long
foo
(
int
a
)
{
return
(
unsigned
int
)
(
a
!=
0
);
}
/*
* check-name: setne0-zext
* check-command: test-linearize -m64 -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: zext\\.
*/