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 06:37:58 -06:00
//@ pretty-compare-only
//@ pretty-mode:hir
//@ pp-exact:hir-pretty-loop.pp
2022-02-14 10:39:08 -06:00
fn foo() { loop { break; } }