This was built to track decompiler and CFG progress.
function fib(n#0) { // RegionId(1) if (n#0 < 2) { return n#0; } // RegionId(2) else { fn_call#2 = fib(n#0 - 1); fn_call#3 = fib(n#0 - 2); return fn_call#2 + fn_call#3; } }
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Step 1 of 2