blob: aed7ddbcb8c9cd801b3e0390b1c3e6fca86c4241 [file] [log] [blame]
// Caused an infinite loop during SimlifyCfg MIR transform previously.
//
// build-pass
fn main() {
loop { continue; }
}