Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

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