blob: 6e4b9fa7f4c9fafdecddaed6aa0b346624802a7c [file] [log] [blame]
//@ run-pass
// note that these aux-build directives must be in this order
//@ aux-build:svh-a-base.rs
//@ aux-build:svh-b.rs
//@ aux-build:svh-a-base.rs
extern crate a;
extern crate b;
fn main() {
b::foo()
}