Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
modules
/
issue-13872.rs
blob: 5589d2d4f68c189ff9d6548aaf4846b611682949 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:issue-13872-1.rs
//@ aux-build:issue-13872-2.rs
//@ aux-build:issue-13872-3.rs
//@ pretty-expanded FIXME #23616
extern
crate issue_13872_3
as
other
;
fn
main
()
{
other
::
foo
();
}