solidity/test/libyul/evmCodeTransform/stackReuse/single_var_assigned.yul
2021-03-09 15:47:24 +01:00

7 lines
78 B
Plaintext

{ let x := 1 }
// ====
// stackOptimization: true
// ----
// PUSH1 0x1
// POP