functions_01.sol 180 B

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