function initGlobals100() { } function main186() { initGlobals100(); init_test850(); } function config156() { } function init_test850() { local integer aaa213 local integer bbb969 local integer fff111 local integer ggg179 local integer kkk156 local integer eee534 local integer hhh699 local integer iii214 aaa_213 = foo148(1); bbb_969 = foo148(2); fff_111 = aaa_213; ggg_179 = (fff_111 div 16); kkk_156 = (fff_111 - (ggg_179 * 16)); colors_hexs167(ggg_179); colors_hexs167(kkk_156); eee_534 = bbb_969; hhh_699 = (eee_534 div 16); iii_214 = (eee_534 - (hhh_699 * 16)); colors_hexs167(hhh_699); colors_hexs167(iii_214); testSuccess103(); } function foo148(integer i146) returns integer { return 1; } function colors_hexs167(integer i177) returns string { return "a"; } IS_NATIVE function testSuccess103() { }