contract test { mapping(address user => bytes32) names; } // ----