]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro_with_super_2.rs
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
[rust.git] / src / test / ui / macros / macro_with_super_2.rs
1 // run-pass
2 // aux-build:macro_with_super_1.rs
3
4 // pretty-expanded FIXME #23616
5
6 #[macro_use]
7 extern crate macro_with_super_1;
8
9 declare!();
10
11 fn main() {
12     bbb::ccc();
13 }