function initGlobals122() { } function main146() { initGlobals122(); init_test148(); } function config106() { } function init_test148() { local real l_end__x115 local real l_end__y595 local real tuple_temp127 local real tuple_temp123 tuple_temp_127 = 3.; tuple_temp_123 = 4.; l_end__x_115 = tuple_temp_127; l_end__y_595 = tuple_temp_123; if (bla210(l_end__x_115, l_end__y_595) == 7.) { testSuccess103(); } else { }; } function bla210(real v_x295, real v_y345) returns real { return (v_x_295 + v_y_345); } IS_NATIVE function testSuccess103() { }