Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
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