Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
bug-crash16.c
blob: 03a830496d0eb4592005cdb2d516da9767712e5d [
file
] [
log
] [
blame
]
static
void
foo
(
void
)
{
int
b
[]
=
{
8
};
int
c
;
for
(;;)
b
[
c
]
=
b
[
0
];
}
/*
* check-name: bug-crash16
*/