integer test_x110 integer test_x110 = 0 function initGlobals112() { } function main150() { initGlobals112(); init_test956(); } function config131() { } function init_test956() { foo366(); if (test_x_110 == 1) { testSuccess149(); } else { }; } function foo366() returns boolean { if (test_x_110 == 0) { test_x_110 = 1; return true; } else { }; return false; } IS_NATIVE function testSuccess149() { }