master
1const A = struct { x: i32 };
2const A = struct { y: i32 };
3
4// error
5//
6// :1:7: error: duplicate struct member name 'A'
7// :2:7: note: duplicate name here
8// :1:1: note: struct declared here