Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

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