Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
macros
/
macro-export-inner-module.rs
blob: 6eccc90dc67ec2945924a1dc483f80a3f3c26d3e [
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
!());
}