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)
    // Unresolved nodes:
    // idx=0: temp.thing3
    // RegionId(1)
    // Unresolved nodes:
    // idx=0: fn_call
    // idx=1: temp.thing3
    if (temp.thing == temp.thing2) 
    {
        fn_call#7 = foo#6();
    }
    // RegionId(2)
    // Unresolved nodes:
    // idx=0: fn_call
    // idx=1: temp.thing3
    else
    {
        lit#8 = "test";
        fn_call#10 = bar#9(lit#8);
    }
    phi<idx=0, regions=(RegionId(2), RegionId(1))> = temp.thing3;
    lit#11 = 0;
    return lit#11;
}