Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
rustdoc-ui
/
issue-101076.rs
blob: 648f9902908af8607dbca9bbee167b6114f4b5fe [
file
] [
log
] [
blame
]
// check-pass
const
_
:
()
=
{
#[
macro_export
]
macro_rules
!
first_macro
{
()
=>
{}
}
mod
foo
{
#[
macro_export
]
macro_rules
!
second_macro
{
()
=>
{}
}
}
};