solidity/test/libyul/yulOptimizerTests/unusedPruner/pop.yul
Daniel Kirchner 10618188dd Update tests.
2021-11-09 14:34:05 +01:00

9 lines
74 B
Plaintext

{
let a := 1
pop(a)
}
// ----
// step: unusedPruner
//
// { { } }