mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
{
|
|
function f() -> x { mstore(0, 0x1337) }
|
|
pop(byte(0, shr(0x8, f())))
|
|
}
|
|
// ====
|
|
// EVMVersion: >=constantinople
|
|
// ----
|
|
// Trace:
|
|
// Memory dump:
|
|
// 0: 0000000000000000000000000000000000000000000000000000000000001337
|
|
// Storage dump:
|