Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-7044.rs
blob: a6e22bc5237abda34a32caf47ffedb48ddd7611c [
file
] [
log
] [
blame
]
static
X
:
isize
=
0
;
struct
X
;
//~ ERROR the name `X` is defined multiple times
fn
main
()
{}