index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
issues
/
issue-7044.rs
blob: a6e22bc5237abda34a32caf47ffedb48ddd7611c (
plain
)
1
2
3
4
static
X
:
isize
=
0
;
struct
X
;
//~ ERROR the name `X` is defined multiple times
fn
main
()
{}