Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onCreated()
{
    lit#4 = "baz";
    lit#5 = "bar";
    lit#6 = "foo";
    temp.arr = {lit#6, lit#5, lit#4};
    lit#7 = 0;
    for (phi<idx=0, regions=()> : phi<idx=1, regions=()>) 
    {
        fn_call#8 = echo#2(temp.elem);
        phi<idx=0, regions=()>++;
    }
    lit#9 = 0;
    return lit#9;
}