Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
macros
/
auxiliary
/
macro_export_inner_module.rs
blob: d71af9ee6f2784170f014f1450126df7419df9c0 [
file
] [
log
] [
blame
]
pub
mod
inner
{
#[
macro_export
]
macro_rules
!
foo
{
()
=>
(
1
)
}
}