solidity/test/libyul/evmCodeTransform/stackReuse/single_var_assigned.yul
Daniel Kirchner 7e061db811 Update tests.
2021-09-14 15:54:24 +02:00

9 lines
125 B
Plaintext

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