function initGlobals109() { } function main192() { initGlobals109(); init_Test192(); } function config210() { } function init_Test192() { if (foo139(3, 4) == 12) { testSuccess131(); } else { }; } IS_NATIVE function testSuccess131() { } @config function foo139(integer x108, integer y101) returns integer { return (x_108 * y_101); }