1 2 3 4 5 6 7
contract test { struct test_struct { address addr; uint256 count; mapping(bytes32 => test_struct) self_reference; } }