functions.sol 179 B

12345678
  1. contract bar {
  2. function test() public {
  3. int64 b = gasleft();
  4. assert(b == 14_250_083_331_950_119_597);
  5. }
  6. }