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

9 lines
152 B
Solidity

contract test {
function f() public returns(uint d) { return 2 ** 3; }
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// f() -> 8