contract test { uint256 stateVar; function functionName(bytes32 input) public returns (bytes32 out) {} } // ---- // Warning: (36-104): Function state mutability can be restricted to pure