Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onCreated()
{
    <temp.a>#3 = "A";
    builtin_fn_call#6 = char(<temp.a>#3);
    <temp.char>#7 = builtin_fn_call#6;
    builtin_fn_call#10 = int(<temp.a>#3);
    <temp.int>#11 = builtin_fn_call#10;
    builtin_fn_call#14 = random(0, 10);
    <temp.random>#15 = builtin_fn_call#14;
    builtin_fn_call#18 = abs(-10);
    <temp.abs>#19 = builtin_fn_call#18;
    builtin_fn_call#22 = _("Hello, world!");
    <temp.translation>#23 = builtin_fn_call#22;
    builtin_fn_call#26 = min(10, 20);
    <temp.min>#27 = builtin_fn_call#26;
    builtin_fn_call#30 = max(10, 20);
    <temp.max>#31 = builtin_fn_call#30;
    builtin_fn_call#34 = format("%s, %s!", "Hello", "world");
    <temp.strFormat>#35 = builtin_fn_call#34;
    return 0;
}