mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
{ for { let z := 0 } 1 { } { let x := 3 } let t := 2 }
|
|
// ====
|
|
// stackOptimization: true
|
|
// ----
|
|
// /* "":17:18 */
|
|
// pop(0x00)
|
|
// jump(tag_1)
|
|
// tag_1:
|
|
// /* "":38:39 */
|
|
// pop(0x03)
|
|
// jump(tag_1)
|