Sign in
rust
/
rust
/
499fca9a7def7c05d4e2a73e00e6d64a2bc9cb26
/
.
/
tests
/
coverage
/
while.coverage
blob: 90c16288d668c09e015084351716b87d7dd08fc0 [
file
] [
log
] [
blame
]
LL
|
1
|
fn main
()
{
LL
|
1
|
let
num
=
9
;
LL
|
1
|
while
num
>=
10
{
LL
|
0
|
// loop body
LL
|
0
|
}
LL
|
1
|}