Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

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