Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
ui
/
macros
/
macro-export-inner-module.rs
blob: 6eccc90dc67ec2945924a1dc483f80a3f3c26d3e [
file
]
//@ 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
!());
}