Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function test_in_range()
{
    lit#2 = 2;
    temp.n1 = lit#2;
    lit#4 = 7;
    temp.n2 = lit#4;
    lit#6 = 1;
    lit#7 = 3;
    temp.in_range_1 = temp.n1 in <lit#6, lit#7>;
    fn_call#9 = echo#8(temp.in_range_1);
    lit#11 = 1;
    lit#12 = 3;
    temp.in_range_2 = temp.n2 in <lit#11, lit#12>;
    fn_call#13 = echo#8(temp.in_range_2);
    lit#14 = 0;
    return lit#14;
}