integer A_firstFree676 = 0 integer A_maxIndex104 = 0 function initGlobals801() { } function main113() { initGlobals801(); init_Test783(); } function config260() { } function init_Test783() { if (A_Test_bar370() == 9) { testSuccess134(); } else { }; } IS_NATIVE function testSuccess134() { } function A_foo656() returns integer { return 3; } function A_Test_bar370() returns integer { return (A_foo656() * A_foo656()); }