rust/tests/ui/macros/auxiliary/use-macro-self.rs

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

7 lines
82 B
Rust
Raw Normal View History

pub mod foobarius {}
#[macro_export]
macro_rules! foobarius {
() => { () }
}