Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function calculateCircleCircumference(radius#0)
{
    return 6.283185307 * radius#0;
}