On Wednesday, 8 April 2020 at 13:57:47 UTC, Stefan Koch wrote: > The current phobos hello world > import std.stdio; > void main() { "Hello World".writeln; } > generates a list of 36 functions which are generated and > emitted but not called, and therefore presumably only used at > compile time > > [...] This is uncalled for.