function initGlobals183() { } function main189() { initGlobals183(); if (5050 == f940(100)) { testSuccess142(); } else { }; } function config308() { } function f940(integer n109) returns integer { if (n_109 <= 0) { return 0; } else { }; return (n_109 + f940((n_109 - 1))); } IS_NATIVE function testSuccess142() { }