Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

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