Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onCreated()
{
    lit#0 = "Hello, world! (onCreated)";
    fn_call#2 = echo#1(lit#0);
    fn_call#4 = onFoo#3();
    lit#5 = 0;
    return lit#5;
}