Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
phi-ret.c
blob: bc3e04749f8d7997fbe4fa6828cdd52b4c4de669 [
file
] [
log
] [
blame
]
int
foo
(
int
p
,
int
q
,
int
v
)
{
if
(
q
)
{
if
(
p
)
{
v
=
p
;
p
=
0
;
}
}
else
p
=
0
;
if
(
p
)
return
v
+
1
;
return
q
;
}
/*
* check-name: phi-ret
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: phi\\.
*/