Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

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