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