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