solidity/test/libyul/yulOptimizerTests/unusedPruner/pop.yul

9 lines
70 B
Plaintext

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