integer test_z101 integer test_z101 = 0 function initGlobals749() { } function main192() { initGlobals749(); init_test931(); } function config137() { } function init_test931() { if ((test_z_101 == 1) and sideEffect663()) { } else { testSuccess103(); }; } function sideEffect663() returns boolean { test_z_101 = (test_z_101 + 1); return true; } IS_NATIVE function testSuccess103() { }