mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
14 lines
221 B
Plaintext
14 lines
221 B
Plaintext
{
|
|
mstore(0x40, memoryguard(0x80))
|
|
let $x := 42
|
|
sstore(42, $x)
|
|
}
|
|
// ----
|
|
// step: fakeStackLimitEvader
|
|
//
|
|
// {
|
|
// mstore(0x40, memoryguard(0xa0))
|
|
// mstore(0x80, 42)
|
|
// sstore(42, mload(0x80))
|
|
// }
|