Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
tests
/
ui
/
missing
/
auxiliary
/
two_macros.rs
blob: 2330c75c8e0cb65b5aaa0f2e21485fecd23da2df [
file
]
#[
macro_export
]
macro_rules
!
macro_one
{
()
=>
(
"one"
)
}
#[
macro_export
]
macro_rules
!
macro_two
{
()
=>
(
"two"
)
}