global_functions_07.sol 81 B

123
  1. function x(int[] storage x) pure returns (int) { return x[1]; }