Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onCreated()
{
    // RegionId(0)
    // RegionId(1)
    with (player#0) 
    {
        lit#3 = "Hello, world!";
        this.chat = lit#3;
    }
    lit#4 = 0;
    return lit#4;
}