]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro_with_super_2.rs
Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillot
[rust.git] / tests / 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 }