about summary refs log tree commit diff
path: root/tests/pretty/hir-pretty-loop.rs
blob: 148e8316a67472624907a329dce027e844c8d37a (plain)
1
2
3
4
5
6
7
8
9
//@ pretty-compare-only
//@ pretty-mode:hir
//@ pp-exact:hir-pretty-loop.pp

pub fn foo(){
    loop{
        break;
    }
}