integer test_ghs259 integer test_ghs259 = 0 function initGlobals766() { } function main795() { initGlobals766(); init_test128(); } function config294() { } function init_test128() { local integer blub_c206 test_ghs_259 = 0; blub_c_206 = (foo194() + foo194()); println862(I2S203(blub_c_206)); } function foo194() returns integer { test_ghs_259 = (test_ghs_259 + 2); return (4 + test_ghs_259); } IS_NATIVE IS_EXTERN @extern function I2S203(integer i194) returns string { } IS_NATIVE function println862(string s141) { }