2019-07-26 16:54:25 -05:00
|
|
|
// run-pass
|
2014-05-13 04:55:44 -05:00
|
|
|
// note that these aux-build directives must be in this order
|
|
|
|
// aux-build:svh-a-base.rs
|
|
|
|
// aux-build:svh-b.rs
|
2017-12-07 05:29:53 -06:00
|
|
|
// aux-build:svh-a-base.rs
|
2014-05-13 04:55:44 -05:00
|
|
|
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2014-05-13 04:55:44 -05:00
|
|
|
extern crate a;
|
|
|
|
extern crate b;
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
b::foo()
|
|
|
|
}
|