function initGlobals126() { } function main174() { initGlobals126(); init_test563(); } function config107() { } function init_test563() { local integer aaa880 local integer bbb517 local integer ggg191 aaa_880 = foo328(1); bbb_517 = foo328(2); ggg_191 = (aaa_880 div 16); colors_hexs871(ggg_191); colors_hexs871((aaa_880 - (ggg_191 * 16))); aaa_880 = (bbb_517 div 16); colors_hexs871(aaa_880); colors_hexs871((bbb_517 - (aaa_880 * 16))); testSuccess787(); } function foo328(integer i202) returns integer { return 1; } function colors_hexs871(integer i147) returns string { return "a"; } IS_NATIVE function testSuccess787() { }