31fa6a24
1 2 3 4 5 6
contract test { struct test_struct { address addr; mapping (uint64 => mapping (bytes32 => uint)) complex_mapping; } }