Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
macros
/
macro_with_super_2.rs
blob: 5e7ec2515497de5a1533d09e7e4ced8428a2bc2c [
file
] [
log
] [
blame
]
//@ run-pass
//@ aux-build:macro_with_super_1.rs
#[
macro_use
]
extern
crate macro_with_super_1
;
declare
!();
fn
main
()
{
bbb
::
ccc
();
}