snekkylang/snekky

repl segfault

Closed this issue · 0 comments

REPL crashes with segfault under certain conditions.

let x = func() {
    return true;
};

x()();