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