integer A_firstFree160 = 0 integer A_maxIndex163 = 0 function initGlobals321() { } function main666() { initGlobals321(); init_Test208(); } function config524() { } function init_Test208() { if (A_Test_bar110() == 9) { testSuccess124(); } else { }; } IS_NATIVE function testSuccess124() { } function A_foo133() returns integer { return 3; } function A_Test_bar110() returns integer { return (A_foo133() * A_foo133()); }