mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
16 lines
192 B
Plaintext
16 lines
192 B
Plaintext
{
|
|
sstore(4, 5)
|
|
sstore(4, 3)
|
|
sstore(8, sload(4))
|
|
}
|
|
// ----
|
|
// step: fullSuite
|
|
//
|
|
// {
|
|
// {
|
|
// sstore(4, 5)
|
|
// sstore(4, 3)
|
|
// sstore(8, 3)
|
|
// }
|
|
// }
|