1pub export fn entry() void { 2 _ = .{ .a = 0, .a = 1 }; 3} 4 5// error 6// 7// :2:13: error: duplicate struct field name 8// :2:21: note: duplicate name here 9// :2:10: note: struct declared here