function initGlobals302() { } function main142() { initGlobals302(); init_test837(); } function config106() { } function init_test837() { local integer blub_a892 local integer blub_b183 local integer blub_c689 blub_a_892 = GetRandomInt138(0, 100); blub_b_183 = blub_a_892; blub_c_689 = ((blub_b_183 + blub_b_183) + blub_b_183); println101(I2S142(blub_c_689)); } IS_NATIVE IS_EXTERN @extern function GetRandomInt138(integer a166, integer b130) returns integer { } IS_NATIVE IS_EXTERN @extern function I2S142(integer i711) returns string { } IS_NATIVE function println101(string s844) { }