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

8 lines
128 B
Solidity
Raw Normal View History

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