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,
    "address": 32,
    "block_type": "Normal"
  },
  "current_ast_node_stack": [],
  "current_instruction": {
    "opcode": "ConvertToFloat",
    "operand": null,
    "address": 31
  }
}
function onCreated()
{
    lit#2 = true;
    temp.thingOne = lit#2;
    lit#4 = true;
    temp.thingTwo = lit#4;
    lit#6 = false;
    temp.thingThree = lit#6;
    // RegionId(0)
    // RegionId(1)
    if (temp.thingOne) 
    {
    }
    phi<idx=1, regions=()> = phi<idx=0, regions=()>;
    lit#8 = "simpleAndTwo: ";
    fn_call#10 = echo#9(lit#8 @ temp.simpleAndTwo);
    lit#11 = 0;
    return lit#11;
}