function initGlobals126() { } function main199() { initGlobals126(); init_test142(); } function config180() { } function init_test142() { local integer blub_a117 local integer blub_b209 local integer blub_c469 blub_a_117 = GetRandomInt162(0, 100); blub_b_209 = blub_a_117; blub_c_469 = ((blub_b_209 + blub_b_209) + blub_b_209); println227(I2S153(blub_c_469)); } IS_NATIVE IS_EXTERN @extern function GetRandomInt162(integer a782, integer b258) returns integer { } IS_NATIVE IS_EXTERN @extern function I2S153(integer i678) returns string { } IS_NATIVE function println227(string s466) { }