]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/hir-pretty-loop.rs
Rollup merge of #103275 - Manishearth:tinystrup, r=pnkfelix
[rust.git] / src / test / 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 }