integer test_x109 integer test_x109 = 0 function initGlobals683() { } function main910() { initGlobals683(); init_test107(); } function config176() { } function init_test107() { test_x_109 = 0; if foo205() { } else { }; if (test_x_109 == 1) { testSuccess196(); } else { }; } function foo205() returns boolean { if (test_x_109 == 0) { test_x_109 = 1; return true; } else { }; return false; } IS_NATIVE function testSuccess196() { }