mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
15 lines
275 B
Plaintext
15 lines
275 B
Plaintext
|
{
|
||
|
{
|
||
|
let a := 0x20
|
||
|
mstore(a, 2)
|
||
|
}
|
||
|
let a
|
||
|
mstore(a, 3)
|
||
|
}
|
||
|
// ----
|
||
|
// Trace:
|
||
|
// Memory dump:
|
||
|
// 0: 0000000000000000000000000000000000000000000000000000000000000003
|
||
|
// 20: 0000000000000000000000000000000000000000000000000000000000000002
|
||
|
// Storage dump:
|