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

14 lines
165 B
Plaintext

{
function f(x) -> t {
let b := 7
}
function g(x) -> t {
t := x
}
let x := f(g(2))
}
// ----
// step: unusedPruner
//
// { { } }