rust/tests/ui/test-attrs/auxiliary/test_macro.rs

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

5 lines
52 B
Rust
Raw Normal View History

2018-08-30 15:39:32 -05:00
#[macro_export]
macro_rules! test {
() => {};
}