1
Fork 0
rust/tests/ui/macros/macro_with_super_2.rs

14 lines
174 B
Rust
Raw Normal View History

//@ run-pass
//@ aux-build:macro_with_super_1.rs
2015-01-22 23:05:02 -08:00
//@ pretty-expanded FIXME #23616
2015-01-22 23:05:02 -08:00
#[macro_use]
extern crate macro_with_super_1;
declare!();
fn main() {
bbb::ccc();
}