function initGlobals211() { } function main716() { initGlobals211(); init_test559(); } function config203() { } function init_test559() { local integer aaa935 local integer bbb204 local integer ggg777 aaa_935 = foo757(1); bbb_204 = foo757(2); ggg_777 = (aaa_935 div 16); colors_hexs299(ggg_777); colors_hexs299((aaa_935 - (ggg_777 * 16))); aaa_935 = (bbb_204 div 16); colors_hexs299(aaa_935); colors_hexs299((bbb_204 - (aaa_935 * 16))); testSuccess426(); } function foo757(integer i991) returns integer { return 1; } function colors_hexs299(integer i323) returns string { return "a"; } IS_NATIVE function testSuccess426() { }