Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onCreated()
{
    fn_call#1 = foo();
    fn_call#3 = fib(10);
    fn_call#5 = echo(fn_call#1 + fn_call#3);
    return 0;
}