]> git.lizzy.rs Git - rust.git/blob - src/test/ui/svh-add-nothing.rs
Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into sync_cg_clif-2021-12-30
[rust.git] / src / test / ui / svh-add-nothing.rs
1 // run-pass
2 // note that these aux-build directives must be in this order
3 // aux-build:svh-a-base.rs
4 // aux-build:svh-b.rs
5 // aux-build:svh-a-base.rs
6
7 // pretty-expanded FIXME #23616
8
9 extern crate a;
10 extern crate b;
11
12 fn main() {
13     b::foo()
14 }