solidity/test/libsolidity/semanticTests/state/gasleft.sol
2023-05-11 10:56:55 -05:00

10 lines
145 B
Solidity

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