Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

Backtrace

{
  "frames": []
}

Context

{
  "current_block_id": {
    "index": 2,
    "block_type": "Normal",
    "address": 185
  },
  "current_ast_node_stack": [],
  "current_instruction": {
    "opcode": "Ret",
    "operand": null,
    "address": 186
  }
}
function doWhileLoop()
{
    <temp.i>#4 = 0;
    fn_call#5 = echo#0(<temp.i>#3);
    <temp.i>#6++;
    // RegionId(2)
    if (!(<temp.i>#3 < 10)) 
    {
        return 0;
    }
    goto RegionId(1);
}