rust/tests/pretty/hir-pretty-loop.pp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
186 B
ObjectPascal
Raw Normal View History

#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
extern crate std;
// pretty-compare-only
// pretty-mode:hir
// pp-exact:hir-pretty-loop.pp
2022-02-14 10:39:08 -06:00
fn foo() { loop { break; } }