contract test { uint256 stateVar; function functionName(bytes20 arg1, address addr) public view returns (int id) { } } // ----