Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function calculateCircleArea(radius#0)
{
    return pi#1 * (radius#0 ^ 2);
}