Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
abi
/
cross-crate
/
duplicated-external-mods.rs
blob: 2a3875d27734c1343e1f48b5b210f30cca9c567d [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:anon-extern-mod-cross-crate-1.rs
//@ aux-build:anon-extern-mod-cross-crate-1.rs
//@ pretty-expanded FIXME #23616
extern
crate anonexternmod
;
pub
fn
main
()
{
}