solidity/test/libsolidity/semanticTests/cleanup/exp_cleanup_nonzero_base.sol

11 lines
183 B
Solidity
Raw Normal View History

contract C {
function f() public pure returns (uint8 x) {
2020-09-15 14:16:30 +00:00
unchecked {
return uint8(0x166)**uint8(uint8(2)**uint8(8));
}
}
}
// ----
// f() -> 0x1