Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
memops
/
kill-dead-store-parent0.c
blob: c1b2466ca4507bbe830aed94749284c3d862d8de [
file
] [
log
] [
blame
]
void
foo
(
int
*
ptr
,
int
p
)
{
if
(
p
)
*
ptr
=
1
;
*
ptr
=
0
;
}
/*
* check-name: kill-dead-store-parent0
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-pattern(1): store
*/