function initGlobals117() { } function main327() { initGlobals117(); if ((1. + bar165(7., 5)) == 8.) { testSuccess107(); } else { }; } function config190() { } function bar165(real a616, integer b132) returns real { if (a_616 > 0.) { return a_616; } else { return (1. + bar165((2. * b_132), 1)); }; } IS_NATIVE function testSuccess107() { }