Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
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\\.
*/