Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
expr
/
if
/
if-loop.rs
blob: 06d0bdf456cdb33e1be0b037f5d77ad1cd5e08d1 [
file
]
// check-pass
// This used to ICE because the "if" being unreachable was not handled correctly
fn
err
()
{
if
loop
{}
{}
}
fn
main
()
{}