integer wurst_stack_depth420 = 0 function initGlobals253() { } function main145() { initGlobals253(); if ((1. + bar371(7., 5)) == 8.) { testSuccess487(); } else { }; } function config110() { } function bar371(real a202, integer b209) returns real { if (a_202 > 0.) { return a_202; } else { return (1. + bar371((2. * b_209), 1)); }; } IS_NATIVE function testSuccess487() { }