function initGlobals961() { } function main140() { initGlobals961(); init_test600(); } function config202() { } function init_test600() { local integer aaa143 local integer bbb150 local integer ggg183 aaa_143 = foo114(1); bbb_150 = foo114(2); ggg_183 = (aaa_143 div 16); colors_hexs342(ggg_183); colors_hexs342((aaa_143 - (ggg_183 * 16))); aaa_143 = (bbb_150 div 16); colors_hexs342(aaa_143); colors_hexs342((bbb_150 - (aaa_143 * 16))); testSuccess117(); } function foo114(integer i105) returns integer { return 1; } function colors_hexs342(integer i480) returns string { return "a"; } IS_NATIVE function testSuccess117() { }