function initGlobals179() { } function main550() { initGlobals179(); init_test172(); } function config472() { } function init_test172() { local integer blub_a603 local integer blub_b962 local integer blub_c194 blub_a_603 = GetRandomInt561(0, 100); blub_b_962 = blub_a_603; blub_c_194 = ((blub_b_962 + blub_b_962) + blub_b_962); println112(I2S180(blub_c_194)); } IS_NATIVE IS_EXTERN @extern function GetRandomInt561(integer a111, integer b187) returns integer { } IS_NATIVE IS_EXTERN @extern function I2S180(integer i181) returns string { } IS_NATIVE function println112(string s858) { }