solidity/test/libyul/functionSideEffects/with_loop.yul
2019-12-03 21:38:20 +01:00

10 lines
112 B
Plaintext

{
function f() -> x { x := g() }
function g() -> x { for {} 1 {} {} }
pop(f())
}
// ----
// :
// f:
// g: