solidity/test/libyul/evmCodeTransform/stackReuse/single_var_assigned.yul
Daniel Kirchner fd36ec3dca Test updates.
2021-07-06 19:05:36 +02:00

8 lines
107 B
Plaintext

{ let x := 1 }
// ====
// stackOptimization: true
// ----
// /* "":11:12 */
// pop(0x01)
// stop