master
1export fn entry() void {
2    _ = @Enum(u32, .nonexhaustive, &.{ "A", "A" }, &.{ 0, 1 });
3}
4
5// error
6//
7// :2:36: error: duplicate enum field 'A'
8// :2:36: note: other field here