rustc/tests/pretty/hir-pretty-loop.rs
2024-06-21 09:39:33 +02:00

10 lines
124 B
Rust

//@ pretty-compare-only
//@ pretty-mode:hir
//@ pp-exact:hir-pretty-loop.pp
pub fn foo(){
loop{
break;
}
}