integer wurst_stack_depth312 = 0


function initGlobals126() { 
}


function main195() { 
    initGlobals126();
    init_Test110();
}


function config395() { 
}


function init_Test110() { 
    local integer this_val213
    local integer this659
    local integer result480
    local integer i120
    local integer temp192
    this_val_213 = 5;
    this_659 = 2;
    result_480 = 1;
    i_120 = 1;
    temp_192 = 1;
    loop {
        exitwhen (i_120 > temp_192);
        result_480 = (result_480 * this_659);
        i_120 = (i_120 + 1);
    };
    if ((this_val_213 mod (result_480 * 2)) < result_480) {
        this_val_213 = (this_val_213 + result_480);
    } else {
    };
    if (this_val_213 == 7) {
        testSuccess473();
    } else {
        testFail188(I2S129(this_val_213));
    };
}


IS_NATIVE function testSuccess473() { 
}


IS_NATIVE IS_EXTERN @extern function I2S129(integer i150) returns string { 
}


IS_NATIVE function testFail188(string msg216) { 
}