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

6 lines
74 B
Solidity
Raw Normal View History

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