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
189 B
ObjectPascal
Raw Normal View History

#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
extern crate std;
2024-02-21 12:37:58 +00:00
//@ pretty-compare-only
//@ pretty-mode:hir
//@ pp-exact:hir-pretty-loop.pp
2022-02-14 16:39:08 +00:00
fn foo() { loop { break; } }