Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
macros
/
auxiliary
/
or-pattern.rs
blob: a319c405eb6e86ea4f0776f5b4ff9dd72e344ddb [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
#[
macro_export
]
macro_rules
!
a
{
(
$x
:
pat
|)
=>
();
}