Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
modules
/
auxiliary
/
two_macros_2.rs
blob: 8ad2c0f127554b4414f5deff31185bde189dc4da [
file
] [
log
] [
blame
]
macro_rules
!
macro_one
{
(
$
(
$t
:
tt
)*)
=>
(
$
(
$t
)*)
}
macro_rules
!
macro_two
{
(
$
(
$t
:
tt
)*)
=>
(
$
(
$t
)*)
}