blob: 47e76a629c8b1cedd186086560d3bc2ca21c6fde [file] [log] [blame]
#![feature(decl_macro)]
macro x() {
pub struct MyStruct;
}
x!();