rust/src/test/ui/issues/issue-7044.rs
2018-12-25 21:08:33 -07:00

5 lines
94 B
Rust

static X: isize = 0;
struct X; //~ ERROR the name `X` is defined multiple times
fn main() {}