2018-08-30 14:18:55 +02:00
|
|
|
//@ run-pass
|
2015-01-22 23:05:02 -08:00
|
|
|
//@ aux-build:macro_with_super_1.rs
|
|
|
|
|
|
2015-03-22 13:13:15 -07: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();
|
|
|
|
|
}
|