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

8 lines
100 B
Plaintext

{ let x }
// ====
// stackOptimization: true
// ----
// /* "":2:7 */
// pop(0x00)
// stop