Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onCreated()
{
    <temp.thingOne>#3 = true;
    <temp.thingTwo>#6 = true;
    <temp.thingThree>#9 = false;
    // RegionId(0)
    // Unresolved nodes:
    // idx=0: temp.thingOne
    // idx=1: temp.simpleAndTwo
    // RegionId(1)
    // Unresolved nodes:
    // idx=0: temp.thingTwo
    // idx=1: temp.simpleAndTwo
    // idx=2: temp.thingOne
    if (<temp.thingOne>#3) 
    {
    }
    <temp.simpleAndTwo>#12 = phi<idx=0, regions=(RegionId(1), RegionId(0))>;
    fn_call#14 = echo#13("simpleAndTwo: " @ <temp.simpleAndTwo>#12);
    return 0;
}