Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
expr
/
if
/
if-loop.rs
blob: f4121c92d1758c5b01851596bd22dd7743f1c364 [
file
]
//@ check-pass
// This used to ICE because the "if" being unreachable was not handled correctly
fn
err
()
{
if
loop
{}
{}
}
fn
main
()
{}