integer test_ghs901 integer test_ghs901 = 0 function initGlobals130() { } function main138() { initGlobals130(); init_test102(); } function config172() { } function init_test102() { local integer blub_c174 test_ghs_901 = 0; blub_c_174 = (foo358() + foo358()); println860(I2S210(blub_c_174)); } function foo358() returns integer { test_ghs_901 = (test_ghs_901 + 2); return (4 + test_ghs_901); } IS_NATIVE IS_EXTERN @extern function I2S210(integer i184) returns string { } IS_NATIVE function println860(string s150) { }