Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onFolderLog(text#0)
{
    lit#1 = "folderlog: ";
    fn_call#3 = echo#2(lit#1 @ text#0);
    lit#4 = true;
    lit#5 = "\n";
    fn_call#8 = FileBrowser_DebugText.addText(lit#5 @ text#0, lit#4);
    fn_call#10 = FileBrowser_DebugText.scrollToBottom();
    lit#11 = 0;
    return lit#11;
}