integer A_firstFree117 = 0
integer A_maxIndex196 = 0


function initGlobals131() { 
}


function main324() { 
    initGlobals131();
    init_Test185();
}


function config588() { 
}


function init_Test185() { 
    if (A_Test_bar177() == 9) {
        testSuccess411();
    } else {
    };
}


IS_NATIVE function testSuccess411() { 
}


function A_foo214() returns integer { 
    return 3;
}


function A_Test_bar177() returns integer { 
    return (A_foo214() * A_foo214());
}