function initGlobals397() { } function main106() { initGlobals397(); init_test157(); } function config176() { } function init_test157() { local integer aaa550 local integer bbb441 local integer fff675 local integer ggg198 local integer kkk226 local integer eee138 local integer hhh188 local integer iii467 aaa_550 = foo996(1); bbb_441 = foo996(2); fff_675 = aaa_550; ggg_198 = (fff_675 div 16); kkk_226 = (fff_675 - (ggg_198 * 16)); colors_hexs167(ggg_198); colors_hexs167(kkk_226); eee_138 = bbb_441; hhh_188 = (eee_138 div 16); iii_467 = (eee_138 - (hhh_188 * 16)); colors_hexs167(hhh_188); colors_hexs167(iii_467); testSuccess719(); } function foo996(integer i407) returns integer { return 1; } function colors_hexs167(integer i146) returns string { return "a"; } IS_NATIVE function testSuccess719() { }