function initGlobals327() { } function main202() { initGlobals327(); if ((1 + bar189(5)) == 11) { testSuccess369(); } else { }; } function config284() { } function bar189(integer x824) returns integer { if (x_824 > 0) { return (1 + (1 + bar189((x_824 - 1)))); } else { return 0; }; } IS_NATIVE function testSuccess369() { }