1 2 3 4 5 6 7
// Caused an infinite loop during SimlifyCfg MIR transform previously. // // build-pass fn main() { loop { continue; } }