Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
53eacc1fa688f066a5426f44fbc85710677fc172
/
.
/
validation
/
memops
/
kill-redundant-store0.c
blob: 8819938fe7630c0e05d2e9048a15ef2f52e4f77d [
file
] [
log
] [
blame
]
void
foo
(
int
*
ptr
)
{
int
i
=
*
ptr
;
*
ptr
=
i
;
}
/*
* check-name: kill-redundant-store0
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: store
*/