solidity/test/libsolidity/semanticTests/expressions/exp_zero_literal.sol

9 lines
152 B
Solidity
Raw Normal View History

contract test {
function f() public returns(uint d) { return 0 ** 0; }
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// f() -> 1