solidity/test/libsolidity/semanticTests/cleanup/exp_cleanup_nonzero_base.sol
2020-10-19 16:58:59 +02:00

11 lines
183 B
Solidity

contract C {
function f() public pure returns (uint8 x) {
unchecked {
return uint8(0x166)**uint8(uint8(2)**uint8(8));
}
}
}
// ----
// f() -> 0x1