Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
abi
/
cross-crate
/
duplicated-external-mods.rs
blob: 05a279a3014ba75558713371e750f4e25d34dac7 [
file
] [
log
] [
blame
]
// run-pass
// aux-build:anon-extern-mod-cross-crate-1.rs
// aux-build:anon-extern-mod-cross-crate-1.rs
// pretty-expanded FIXME #23616
// ignore-wasm32-bare no libc to test ffi with
extern
crate anonexternmod
;
pub
fn
main
()
{
}