test22

Undocumented in source.
immutable
auto test22 = q{--- test22 // test phi resolution with critical edge and test break; i32 run() { i32 counter = 10; i32 counter2 = 0; while (counter > 0) { counter = counter - 1; counter2 = counter2 + 1; if (counter2 == 5) break; } return counter; } };

Meta