]> git.lizzy.rs Git - rust.git/blob - tests/pretty/hir-pretty-loop.rs
Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle
[rust.git] / tests / pretty / hir-pretty-loop.rs
1 // pretty-compare-only
2 // pretty-mode:hir
3 // pp-exact:hir-pretty-loop.pp
4
5 pub fn foo(){
6     loop{
7         break;
8     }
9 }