solidity/test/libsolidity/semanticTests/expressions/exp_zero_literal.sol
2019-07-01 15:37:46 +02:00

8 lines
128 B
Solidity

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