summaryrefslogtreecommitdiffstats
path: root/src/test/ui/hygiene/auxiliary/needs_hygiene.rs
blob: 3df6450fd3e1453b5ee79d8658a4fb3548d909a0 (plain)
1
2
3
4
5
#![feature(decl_macro)]
macro x() { struct MyStruct; }

x!();
x!();