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

9 lines
105 B
Plaintext

{
function f() { let a := 1 }
function g() { f() }
}
// ----
// step: unusedPruner
//
// { { } }