blob: 9c3d8cf5a55f0c8bb67317f60452874e3fc41ccc [file] [log] [blame]
enum A { B, C }
enum A { D, E } //~ ERROR the name `A` is defined multiple times
fn main() {}