contract C { struct Y { uint a; uint b; } mapping(uint256 => Y) public m; }