summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/auxiliary/two_macros.rs
blob: 2330c75c8e0cb65b5aaa0f2e21485fecd23da2df (plain)
1
2
3
4
5
#[macro_export]
macro_rules! macro_one { () => ("one") }

#[macro_export]
macro_rules! macro_two { () => ("two") }