]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-7044.rs
Auto merge of #106827 - alexcrichton:update-llvm-to-15.0.7, r=cuviper
[rust.git] / tests / ui / issues / issue-7044.rs
1 static X: isize = 0;
2 struct X; //~ ERROR the name `X` is defined multiple times
3
4 fn main() {}