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; } }