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