solidity/test/libyul/functionSideEffects/with_loop.yul

10 lines
112 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())
}
// ----
2019-12-03 07:54:46 +00:00
// :
// f:
// g: