integer A_firstFree890 = 0 integer A_maxIndex446 = 0 integer B_firstFree932 = 0 integer B_maxIndex122 = 0 function initGlobals899() { } function main200() { initGlobals899(); init_test125(); } function config209() { } function init_test125() { if (B_f425() == 5) { testSuccess109(); } else { }; } IS_NATIVE function testSuccess109() { } function B_f425() returns integer { return 5; }