Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function whileLoop()
{
    <temp.i>#4 = 0;
    // RegionId(2)
    if (<temp.i>#3 < 10) 
    {
        fn_call#5 = echo#0(<temp.i>#3);
        <temp.i>#6++;
        goto RegionId(1);
    }
    // RegionId(3)
    else
    {
        return 0;
    }
}