Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
53eacc1fa688f066a5426f44fbc85710677fc172
/
.
/
validation
/
kill-phisrc.c
blob: f00dbed243beb73e29184d51249540665a4c6a57 [
file
] [
log
] [
blame
]
int
foo
(
int
a
,
int
b
)
{
int
r
=
a
+
b
;
if
(
a
&&
0
)
{
int
s
=
r
;
if
(
b
)
s
=
0
;
(
void
)
s
;
}
return
0
;
}
/*
* check-name: kill-phisrc
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: add\\.
*/