integer test_x123 integer A_x197 = 2 integer B_x137 = 3 integer test_x123 = 4 function initGlobals527() { } function main101() { initGlobals527(); init_A488(); init_B293(); init_test155(); } function config137() { } function init_A488() { } function init_B293() { } function init_test155() { test_x_123 = 4; if (test_x_123 == 4) { testSuccess200(); } else { }; } IS_NATIVE function testSuccess200() { }