On Wednesday, 15 February 2017 at 16:11:36 UTC, drug wrote:
No, you recursively call main() and get segfault (due to stack overflow) as expected
I thought, that an stack overflow leeds to an exception. But that's not true, as I now see. Thanks for your answer.