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