Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
memops-missed02.c
blob: 6f02864979436cd38468205cd6e01052fa2d0f12 [
file
] [
log
] [
blame
]
void
foo
(
int
a
[])
{
int
i
,
val
;
for
(;;
i
++)
val
=
a
[
i
]
?
a
[
i
]
:
val
;
}
/*
* check-name: memops-missed02
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-pattern(1): load\\.
*/