https://issues.dlang.org/show_bug.cgi?id=15779
--- Comment #1 from Marenz <[email protected]> --- Okay, I managed a minimal test case now: import core.thread; void main() { new Fiber({ throw new Exception("fly"); }).call(); } --
https://issues.dlang.org/show_bug.cgi?id=15779
--- Comment #1 from Marenz <[email protected]> --- Okay, I managed a minimal test case now: import core.thread; void main() { new Fiber({ throw new Exception("fly"); }).call(); } --