]> git.lizzy.rs Git - rust.git/blob - src/test/ui/svh-add-nothing.rs
Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
[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 }