Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function test_multi_dimensional_assign()
{
    lit#2 = 3;
    lit#3 = 3;
    lit#4 = 0;
    lit#5 = 1;
    lit#6 = 1;
    lit#7 = 0;
    temp.arr = {{lit#2, lit#3}, {lit#4, lit#5}, {lit#6, lit#7}};
    lit#8 = 0;
    lit#9 = 2;
    lit#10 = 2;
    temp.arr[lit#8] = {lit#9, lit#10};
    lit#11 = 0;
    lit#12 = 1;
    lit#13 = 3;
    temp.arr[lit#11][lit#12] = {lit#13};
    fn_call#15 = temp.arr(echo#14);
    lit#16 = 0;
    fn_call#17 = temp.arr[lit#16](echo#14);
    lit#18 = 0;
    lit#19 = 1;
    fn_call#20 = temp.arr[lit#18][lit#19](echo#14);
    lit#21 = 0;
    return lit#21;
}