rust/tests/ui/macros/auxiliary/or-pattern.rs

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

7 lines
80 B
Rust
Raw Normal View History

#![crate_type = "lib"]
#[macro_export]
macro_rules! a {
($x:pat|) => ();
}