mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
15 lines
252 B
Plaintext
15 lines
252 B
Plaintext
{
|
|
function f() -> x { mstore(0, 1337) }
|
|
pop(byte(0, shr(0x8, f())))
|
|
}
|
|
// ====
|
|
// EVMVersion: >=constantinople
|
|
// ----
|
|
// step: expressionSimplifier
|
|
//
|
|
// {
|
|
// function f() -> x
|
|
// { mstore(0, 1337) }
|
|
// pop(byte(0, shr(0x8, f())))
|
|
// }
|