rust/tests/ui/modules/auxiliary/two_macros_2.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
103 B
Rust
Raw Normal View History

2018-04-21 14:18:38 +00:00
macro_rules! macro_one { ($($t:tt)*) => ($($t)*) }
macro_rules! macro_two { ($($t:tt)*) => ($($t)*) }