Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
auxiliary
/
issue-13560-3.rs
blob: 4aab2ddc73a01a6e172dba2351baae30eb11d9a8 [
file
] [
log
] [
blame
] [
edit
]
//@ no-prefer-dynamic
#![
crate_type
=
"rlib"
]
#[
macro_use
]
#[
no_link
]
extern
crate issue_13560_1
as
t1
;
#[
macro_use
]
extern
crate issue_13560_2
as
t2
;