Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onCreated()
{
    lit#0 = "Hello, world!";
    fn_call#2 = lit#0(echo#1);
    lit#3 = 5.123;
    fn_call#5 = lit#3(calculateCircleArea#4);
    fn_call#6 = fn_call#5(echo#1);
    lit#7 = 0;
    return lit#7;
}