Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
viro
/
sparse
/
09ec74f6acaf6837e18157f5b9588bb08971aafb
/
.
/
validation
/
optim
/
killed-insn.c
blob: d1cdd02eea1a5affd9c75ca2ffa346e1206a9a87 [
file
]
static
void
foo
(
int
v
)
{
int
a
[
2
]
=
{
};
a
;
a
[
1
]
=
v
;
}
/*
* check-name: killed-insn
* check-command: test-linearize $file
*
* check-output-ignore
* check-output-excludes: store\\.
*/