repl segfault
Closed this issue · 0 comments
SenkJu commented
REPL crashes with segfault under certain conditions.
let x = func() {
return true;
};
x()();
Closed this issue · 0 comments
REPL crashes with segfault under certain conditions.
let x = func() {
return true;
};
x()();