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