mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
210 B
Solidity
12 lines
210 B
Solidity
contract C {
|
|
function f() public returns (bool) {
|
|
return
|
|
0 <
|
|
~~84926290883049832306107864558384249403874903260938453235235091622489261765859;
|
|
}
|
|
}
|
|
// ====
|
|
// compileViaYul: also
|
|
// ----
|
|
// f() -> true
|