function initGlobals110() { } function main822() { initGlobals110(); init_Test472(); } function config762() { } function init_Test472() { if (foo103(3, 4) == 12) { testSuccess988(); } else { }; } IS_NATIVE function testSuccess988() { } @config function foo103(integer x183, integer y127) returns integer { return (x_183 * y_127); }