function initGlobals145() { } function main166() { initGlobals145(); init_Test199(); } function config149() { } function init_Test199() { if (foo968(3, 4) == 12) { testSuccess810(); } else { }; } IS_NATIVE function testSuccess810() { } @config function foo968(integer x942, integer y188) returns integer { return (x_942 * y_188); }