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