function initGlobals123() { } function main125() { initGlobals123(); init_test340(); } function config662() { } function init_test340() { local array b102 local integer i272 b_102[0] = 0; b_102[1] = 0; b_102[2] = 0; I2S171(b_102[0]); I2S171(b_102[1]); i_272 = 0; loop { exitwhen (i_272 > 2); I2S171(b_102[i_272]); i_272 = (i_272 + 1); }; } IS_NATIVE IS_EXTERN @extern function I2S171(integer x287) returns string { }