blob: 06d0bdf456cdb33e1be0b037f5d77ad1cd5e08d1 [file] [log] [blame]
// check-pass
// This used to ICE because the "if" being unreachable was not handled correctly
fn err() {
if loop {} {}
}
fn main() {}