2018-08-30 07:18:55 -05:00
|
|
|
// run-pass
|
2014-04-30 21:24:21 -05:00
|
|
|
// aux-build:issue-13872-1.rs
|
|
|
|
// aux-build:issue-13872-2.rs
|
|
|
|
// aux-build:issue-13872-3.rs
|
|
|
|
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2015-03-27 12:22:44 -05:00
|
|
|
extern crate issue_13872_3 as other;
|
2014-04-30 21:24:21 -05:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
other::foo();
|
|
|
|
}
|