Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function doWhileLoop()
{
    lit#3 = 0;
    temp.i = lit#3;
    do 
    {
        fn_call#4 = echo#0(temp.i);
        temp.i++;
        lit#5 = 10;
    } while (!(temp.i < lit#5));
    lit#6 = 0;
    return lit#6;
}