Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
linkage-attr
/
auxiliary
/
issue-12133-dylib2.rs
blob: 42e13ad69082e14435e116789d0023bdd4f66290 [
file
] [
log
] [
blame
] [
edit
]
//@ no-prefer-dynamic
#![
crate_type
=
"dylib"
]
extern
crate issue_12133_rlib
as
a
;
extern
crate issue_12133_dylib
as
b
;