Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onCreated()
{
    lit#2 = true;
    temp.thing = lit#2;
    lit#4 = false;
    temp.thing2 = lit#4;
    // RegionId(0)
    // RegionId(1)
    if (temp.thing == temp.thing2) 
    {
        fn_call#7 = foo#6();
    }
    // RegionId(2)
    else
    {
        lit#8 = "test";
        fn_call#10 = bar#9(lit#8);
    }
    phi<idx=1, regions=()> = phi<idx=0, regions=()>;
    lit#11 = 0;
    return lit#11;
}