_rpo.ssa (111B)
1 function $test() { 2 @start 3 jmp @foo 4 @baz 5 jnz 1, @end, @foo 6 @bar 7 jmp @end 8 @foo 9 jnz 0, @bar, @baz 10 @end 11 ret 12 }