Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function regularNew()
{
    gbf_new_obj#3 = "ropguy";
    new_node#4 = new TServerPlayer(gbf_new_obj#3);
    fn_call#7 = <new_node.loadAccount>#6();
    <temp.foo>#8 = new_node#4;
    fn_call#12 = echo#11(<temp.foo.account>#10);
    new_node#16 = new TStaticVar(unknown_object#15);
    <temp.var>#17 = new_node#16;
    fn_call#18 = echo#11(<temp.var>#17);
    new_node#21 = new TStaticVar(unknown_object#15);
    <temp.var2>#22 = new_node#21;
    fn_call#23 = echo#11(<temp.var2>#22);
    return 0;
}