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 = lit#0(echo#1);
    fn_call#4 = onFoo#3();
    lit#5 = 0;
    return lit#5;
}