index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
macros
/
auxiliary
/
or-pattern.rs
blob: a319c405eb6e86ea4f0776f5b4ff9dd72e344ddb (
plain
)
1
2
3
4
5
6
#![crate_type =
"lib"
]
#[macro_export]
macro_rules!
a
{
(
$x
:
pat
|
)
=>
();
}