2024-02-16 20:02:50 +00:00
|
|
|
//@ run-pass
|
|
|
|
//@ aux-build:issue-13872-1.rs
|
|
|
|
//@ aux-build:issue-13872-2.rs
|
|
|
|
//@ aux-build:issue-13872-3.rs
|
2014-04-30 19:24:21 -07:00
|
|
|
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ pretty-expanded FIXME #23616
|
2015-03-22 13:13:15 -07:00
|
|
|
|
2015-03-27 10:22:44 -07:00
|
|
|
extern crate issue_13872_3 as other;
|
2014-04-30 19:24:21 -07:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
other::foo();
|
|
|
|
}
|