Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function simpleIf(a#0)
{
    <temp.res>#4 = "";
    // RegionId(1)
    if (a#0) 
    {
        <temp.res>#5 = <temp.res>#4 + "a";
    }
    <temp.res>#6 = <temp.res>#5 + "b";
    return <temp.res>#6;
}