Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function timestamp(<temp.format>#4, <temp.time>#2)
{
    if (graalversion#5 < 5.2) 
    {
        return <temp.time>#2;
    }
    else
    {
        fn_call#7 = formattimestring(<temp.format>#4, <temp.time>#2);
        return fn_call#7;
    }
}