integer test_c_x867
string test_c_y816


⦅integer, string⦆ test_c983 = <1, null<string>>


function initGlobals187() { 
}


function main508() { 
    initGlobals187();
    init_test199();
}


function config136() { 
}


function init_test199() { 
    local integer tuple_temp307
    local string tuple_temp958
    tuple_temp_307 = 1;
    tuple_temp_958 = null<string>;
    test_c_x_867 = tuple_temp_307;
    test_c_y_816 = tuple_temp_958;
    if ((test_c_x_867 == 1) and (test_c_y_816 == null<string>)) {
        testSuccess211();
    } else {
    };
}


IS_NATIVE function testSuccess211() { 
}