solidity/test/libsolidity/semanticTests/operators/shifts/shift_constant_left.sol
2022-05-19 20:23:28 +02:00

8 lines
106 B
Solidity

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