solidity/test/libsolidity/semanticTests/shifts/shift_constant_right.sol
2020-03-19 14:42:25 +01:00

7 lines
75 B
Solidity

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