array C_xs775 integer C_firstFree890 = 0 integer C_maxIndex108 = 0 function initGlobals103() { } function main120() { initGlobals103(); init_test125(); } function config270() { } function init_test125() { local integer i145 local integer x111 local integer i119 i_145 = 7; x_111 = 4; C_xs_775[i_145] = x_111; i_119 = 7; if (C_xs_775[i_119] == 4) { testSuccess269(); } else { }; } IS_NATIVE function testSuccess269() { }