integer A_firstFree136 = 0 integer A_maxIndex109 = 0 function initGlobals149() { } function main191() { initGlobals149(); init_Test179(); } function config595() { } function init_Test179() { if (A_Test_bar166() == 9) { testSuccess292(); } else { }; } IS_NATIVE function testSuccess292() { } function A_foo114() returns integer { return 3; } function A_Test_bar166() returns integer { return (A_foo114() * A_foo114()); }