solidity/test/libsolidity/semanticTests/operators/shifts/shift_constant_right.sol

9 lines
129 B
Solidity
Raw Normal View History

contract C {
uint256 public a = 0x4200 >> 8;
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// a() -> 0x42