integer wurst_stack_depth182 = 0 function initGlobals195() { } function main212() { initGlobals195(); if ((1. + bar999(7., 5)) == 8.) { testSuccess618(); } else { }; } function config497() { } function bar999(real a183, integer b202) returns real { if (a_183 > 0.) { return a_183; } else { return (1. + bar999((2. * b_202), 1)); }; } IS_NATIVE function testSuccess618() { }