mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
{ let x := 1 x := 6 let y := 2 y := 4 }
|
|
// ====
|
|
// stackOptimization: true
|
|
// ----
|
|
// /* "":11:12 */
|
|
// pop(0x01)
|
|
// /* "":18:19 */
|
|
// pop(0x06)
|
|
// /* "":29:30 */
|
|
// pop(0x02)
|
|
// /* "":36:37 */
|
|
// pop(0x04)
|
|
// stop
|