function initGlobals849() { } function main110() { initGlobals849(); init_test572(); } function config128() { } function init_test572() { local integer aaa110 local integer bbb167 local integer fff427 local integer ggg515 local integer kkk159 local integer eee116 local integer hhh265 local integer iii383 aaa_110 = foo707(1); bbb_167 = foo707(2); fff_427 = aaa_110; ggg_515 = (fff_427 div 16); kkk_159 = (fff_427 - (ggg_515 * 16)); colors_hexs189(ggg_515); colors_hexs189(kkk_159); eee_116 = bbb_167; hhh_265 = (eee_116 div 16); iii_383 = (eee_116 - (hhh_265 * 16)); colors_hexs189(hhh_265); colors_hexs189(iii_383); testSuccess117(); } function foo707(integer i195) returns integer { return 1; } function colors_hexs189(integer i129) returns string { return "a"; } IS_NATIVE function testSuccess117() { }