array C_xs124 integer C_firstFree944 = 0 integer C_maxIndex120 = 0 function initGlobals254() { } function main122() { initGlobals254(); init_test209(); } function config185() { } function C_setX178(integer i134, integer x291) { C_xs_124[i_134] = x_291; } function C_getX791(integer i225) returns integer { return C_xs_124[i_225]; } function init_test209() { C_setX178(7, 4); if (C_getX791(7) == 4) { testSuccess406(); } else { }; } IS_NATIVE function testSuccess406() { }