solidity/test/libyul/evmCodeTransform/stackReuse/single_var_assigned.yul
Daniel Kirchner 58dbeb8e92 Update tests.
2021-09-15 17:09:57 +02:00

9 lines
125 B
Plaintext

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