function initGlobals972() { } function main745() { initGlobals972(); if ((1. + bar179(7., 5)) == 8.) { testSuccess162(); } else { }; } function config104() { } function bar179(real a743, integer b157) returns real { if (a_743 > 0.) { return a_743; } else { return (1. + bar179((2. * b_157), 1)); }; } IS_NATIVE function testSuccess162() { }