solidity/test/libsolidity/semanticTests/expressions/unary_too_long_literal.sol
2021-06-29 17:41:03 +02:00

12 lines
210 B
Solidity

contract C {
function f() public returns (bool) {
return
0 <
~~84926290883049832306107864558384249403874903260938453235235091622489261765859;
}
}
// ====
// compileViaYul: also
// ----
// f() -> true