solidity/test/libyul/functionSideEffects/with_loop.yul

10 lines
115 B
Plaintext
Raw Normal View History

2019-12-02 11:33:24 +00:00
{
function f() -> x { x := g() }
function g() -> x { for {} 1 {} {} }
pop(f())
}
// ----
// :
// f:
// g: