Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
bad-phisrc2.c
blob: 78eae28856fd8eae8eb1d9d5cb5fc0f294441f3d [
file
] [
log
] [
blame
]
int
bad_phisrc2
(
int
p
,
int
a
,
int
r
)
{
if
(
p
)
r
=
a
;
else
if
(
r
)
;
return
r
;
}
/*
* check-name: bad-phisrc2
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: select\\.
*/