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

8 lines
128 B
Solidity
Raw Normal View History

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