On Friday, 1 October 2021 at 11:18:52 UTC, Vladimir Panteleev
wrote:
> To reproduce:
Sorry, wrong code, should be:
> ```console
> $ echo 'import std.stdio; void main() { try throw new
> Exception("Caught"); catch (Exception e) writeln(e); }' > test.d
> ```