Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function divide(a#1, b#0)
{
    lit#2 = 0;
    // RegionId(1)
    if (b#0 == lit#2) 
    {
        lit#3 = 0;
        return lit#3;
    }
    // RegionId(2)
    else
    {
        return a#1 / b#0;
    }
}