Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
infinite-loop02.c
blob: 22028473a0935d679356394a1574d477a335e13e [
file
] [
log
] [
blame
]
void
foo
(
void
)
{
int
a
=
1
;
while
((
a
=
!
a
))
;
}
/*
* check-name: infinite loop 02
* check-command: sparse -Wno-decl $file
* check-timeout:
*/