Sign in
rust
/
rust
/
e17c2f3eccc7436d7f94c6ed4bc8a367f4c6a7fb
/
.
/
tests
/
coverage
/
tight_inf_loop.coverage
blob: c15c76b3aba281b6620b4f07910eaef7a073480d [
file
] [
log
] [
blame
]
LL
|
1
|
fn main
()
{
LL
|
1
|
if
false
{
LL
|
0
|
loop
{}
LL
|
1
|
}
LL
|
1
|}