array C_xs763 integer C_firstFree130 = 0 integer C_maxIndex290 = 0 function initGlobals137() { } function main403() { initGlobals137(); init_test116(); } function config472() { } function C_setX181(integer i282, integer x120) { C_xs_763[i_282] = x_120; } function C_getX361(integer i151) returns integer { return C_xs_763[i_151]; } function init_test116() { C_setX181(7, 4); if (C_getX361(7) == 4) { testSuccess116(); } else { }; } IS_NATIVE function testSuccess116() { }