solidity/test/libsolidity/semanticTests/expressions/exp_zero_literal.sol
2022-05-19 20:23:28 +02:00

8 lines
129 B
Solidity

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