Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
viro
/
sparse
/
refs/heads/whitespaces
/
.
/
validation
/
kill-rewritten-load.c
blob: 31b895e53a3771077e5cff0e7e80cec4edcb629d [
file
]
int
foo
(
int
i
)
{
i
++;
if
(
i
&&
0
)
i
;
return
0
;
}
/*
* check-name: kill-rewritten-load
* check-command: test-linearize -Wno-decl $file
* check-output-ignore
*
* check-output-excludes: add\\.
*/