blob: d031818fdf65b7b5119e007e308286727da88124 [file] [log] [blame] [edit]
#![attr = Feature([const_block_items#0])]
extern crate std;
#[attr = PreludeImport]
use ::std::prelude::rust_2015::*;
//@ build-pass
//@ compile-flags: -Zunpretty=hir
const _: () =
{
// foo
};
fn main() { }