Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
53eacc1fa688f066a5426f44fbc85710677fc172
/
.
/
validation
/
optim
/
setne0-sext.c
blob: 4167979b8b7ee5bdb083b0216b6a8a5d1abf3aac [
file
] [
log
] [
blame
]
long
foo
(
int
a
)
{
return
a
!=
0
;
}
/*
* check-name: setne0-sext
* check-command: test-linearize -m64 -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: sext\\.
*/