integer A_firstFree182 = 0 integer A_maxIndex139 = 0 function initGlobals138() { } function main199() { initGlobals138(); init_Test277(); } function config112() { } function init_Test277() { if (A_Test_bar192() == 9) { testSuccess169(); } else { }; } IS_NATIVE function testSuccess169() { } function A_foo903() returns integer { return 3; } function A_Test_bar192() returns integer { return (A_foo903() * A_foo903()); }