Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

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