Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

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