about summary refs log tree commit diff
path: root/tests/ui/macros/macro_with_super_2.rs
blob: 5e7ec2515497de5a1533d09e7e4ced8428a2bc2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//@ run-pass
//@ aux-build:macro_with_super_1.rs


#[macro_use]
extern crate macro_with_super_1;

declare!();

fn main() {
    bbb::ccc();
}