Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
incremental
/
auxiliary
/
issue-49482-reexport.rs
blob: 39f19e3f15f245b0d7460387ae09009df927c7e2 [
file
] [
log
] [
blame
] [
edit
]
#[
macro_use
]
extern
crate issue_49482_macro_def
;
pub
use
issue_49482_macro_def
::*;
pub
fn
foo
()
{}