function initGlobals208() { } function main429() { initGlobals208(); init_test165(); } function config780() { } function init_test165() { local integer blub_a411 local integer blub_b910 local integer blub_c107 blub_a_411 = GetRandomInt924(0, 100); blub_b_910 = blub_a_411; blub_c_107 = ((blub_b_910 + blub_b_910) + blub_b_910); println194(I2S103(blub_c_107)); } IS_NATIVE IS_EXTERN @extern function GetRandomInt924(integer a272, integer b200) returns integer { } IS_NATIVE IS_EXTERN @extern function I2S103(integer i168) returns string { } IS_NATIVE function println194(string s249) { }