blob: e3174fd446a1c0f32bac68ec704cdb8209bd02ba [file] [log] [blame]
// check-pass
// aux-build:test-macros.rs
#[macro_use]
extern crate test_macros;
fn main() {
identity!(println!("Hello, world!"));
}