solidity/test/libyul/evmCodeTransform/stackReuse/single_var_assigned.yul
Daniel Kirchner 1a0605c594 Update tests.
2021-11-03 12:39:55 +01:00

9 lines
125 B
Plaintext

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