Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
modules
/
issue-13872.rs
blob: a29f378c844cb3d410197ec30bc687425c0c85f6 [
file
] [
log
] [
blame
]
//@ run-pass
//@ aux-build:issue-13872-1.rs
//@ aux-build:issue-13872-2.rs
//@ aux-build:issue-13872-3.rs
extern
crate issue_13872_3
as
other
;
fn
main
()
{
other
::
foo
();
}