Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

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