solidity/test/libsolidity/semanticTests/literals/gwei.sol

11 lines
164 B
Solidity
Raw Normal View History

2020-06-18 15:09:24 +00:00
contract C {
uint constant gwei = 1 gwei;
function f() public view returns(uint) { return gwei; }
}
// ====
// compileViaYul: also
// ----
// f() -> 1000000000