Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
run-pass
/
macros
/
macro-export-inner-module.rs
blob: 1f23e90b65cd52671ba53cc75d67ea194d0f5865 [
file
] [
log
] [
blame
]
// 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
!());
}