Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
duplicate
/
dupe-symbols-6.rs
blob: b3f430f51bb921df1184131318ca5e4b2e1537e2 [
file
] [
log
] [
blame
]
//@ build-fail
#![
crate_type
=
"rlib"
]
#![
allow
(
warnings
)]
#[
export_name
=
"fail"
]
static
HELLO
:
u8
=
0
;
#[
export_name
=
"fail"
]
static
HELLO_TWICE
:
u16
=
0
;
//~^ ERROR symbol `fail` is already defined