global_functions_09.sol 152 B

12345
  1. function x(int64) pure { return 102; }
  2. function x(int128) pure { return 102; }
  3. function x(int128) pure { return 132; }