]> git.lizzy.rs Git - rust.git/blob - src/test/ui/svh-add-nothing.rs
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[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 }