]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/svh-add-nothing.rs
Rollup merge of #60685 - dtolnay:spdx, r=nikomatsakis
[rust.git] / src / test / run-pass / svh-add-nothing.rs
1 // note that these aux-build directives must be in this order
2 // aux-build:svh-a-base.rs
3 // aux-build:svh-b.rs
4 // aux-build:svh-a-base.rs
5
6 // pretty-expanded FIXME #23616
7
8 extern crate a;
9 extern crate b;
10
11 fn main() {
12     b::foo()
13 }