]> git.lizzy.rs Git - rust.git/blob - tests/pretty/hir-pretty-loop.rs
Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez
[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 }