solidity/test/libsolidity/semanticTests/state/tx_gasprice.sol

12 lines
192 B
Solidity
Raw Normal View History

contract C {
function f() public returns (uint) {
return tx.gasprice;
}
}
// ====
// compileViaYul: also
// ----
// f() -> 3000000000
// f() -> 3000000000
// f() -> 3000000000