Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

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