mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
14 lines
148 B
Plaintext
14 lines
148 B
Plaintext
{
|
|
let a := 1
|
|
a := 2
|
|
sstore(0, a)
|
|
}
|
|
// ----
|
|
// step: fullSSATransform
|
|
//
|
|
// {
|
|
// let a := 1
|
|
// let a_1 := 2
|
|
// sstore(0, a_1)
|
|
// }
|