blob: f48dd695f018e0dfc427e8eefb25ccca62e43853 [file] [log] [blame]
// https://github.com/rust-lang/rust/issues/7044
static X: isize = 0;
struct X; //~ ERROR the name `X` is defined multiple times
fn main() {}