This was built to track decompiler and CFG progress.
function more_builtins()
{
lit#2 = 3;
lit#3 = 2;
lit#4 = 1;
temp.foo = {lit#4, lit#3, lit#2};
lit#5 = "hi";
lit#6 = 0;
builtin_fn_call#7 = temp.foo.insert(lit#6, lit#5);
fn_call#9 = echo#8(temp.foo);
lit#10 = "bye";
lit#11 = 4;
builtin_fn_call#12 = temp.foo.insert(lit#11, lit#10);
fn_call#13 = echo#8(temp.foo);
lit#15 = 3;
lit#16 = 2;
lit#17 = 1;
temp.arr = {lit#17, lit#16, lit#15};
lit#18 = 0;
lit#19 = 1;
builtin_fn_call#20 = temp.arr.subarray(lit#19, lit#18);
fn_call#21 = echo#8(builtin_fn_call#20);
builtin_fn_call#23 = temp.arr.type();
temp.ty = builtin_fn_call#23;
fn_call#24 = echo#8(temp.ty);
builtin_fn_call#25 = temp.arr.clear();
lit#26 = 0;
return lit#26;
}
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Step 1 of 1