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 (temp.elem : temp.arr) 
    {
        fn_call#8 = echo#2(temp.elem);
        lit#9 = lit#7 + 1;
    }
    lit#10 = 0;
    return lit#10;
}