Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
macro-export-inner-module.rs
blob: 6eccc90dc67ec2945924a1dc483f80a3f3c26d3e [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@aux-build:macro_export_inner_module.rs
#[
macro_use
]
#[
no_link
]
extern
crate macro_export_inner_module
;
pub
fn
main
()
{
assert_eq
!(
1
,
foo
!());
}