2020-03-09 21:14:07 +00:00
|
|
|
contract C {
|
|
|
|
uint256 public a = 0x4200 >> 8;
|
|
|
|
}
|
2020-04-17 20:24:33 +00:00
|
|
|
// ====
|
2020-11-21 13:54:16 +00:00
|
|
|
// compileToEwasm: also
|
2021-03-12 23:02:36 +00:00
|
|
|
// compileViaYul: also
|
2020-03-09 21:14:07 +00:00
|
|
|
// ----
|
|
|
|
// a() -> 0x42
|