rust/tests/ui/extern/auxiliary/issue-80074-macro.rs

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

5 lines
66 B
Rust
Raw Normal View History

2022-06-27 22:28:04 -05:00
// edition:2018
macro_rules! foo_ { () => {}; }
use foo_ as foo;