solidity/test/libsolidity/semanticTests/state/gasleft.sol
2022-05-19 20:23:28 +02:00

12 lines
177 B
Solidity

contract C {
function f() public returns (bool) {
return gasleft() > 0;
}
}
// ====
// compileToEwasm: also
// ----
// f() -> true
// f() -> true
// f() -> true