Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onCreated()
{
    <temp.arr>#3 = {"foo", "bar", "baz"};
    <temp.fooInArr>#6 = "foo" in <temp.arr>#3;
    builtin_fn_call#9 = "temp.arr".pos("\"bar\"");
    <temp.barIndex>#10 = builtin_fn_call#9;
    builtin_fn_call#13 = temp.barIndex.pos("bar");
    <temp.barIndex2>#14 = builtin_fn_call#13;
    <temp.thirdPositionIsBaz>#17 = <temp.arr>#3[2] == "baz";
    return 0;
}