extern(C++) class A : Object {} void main() { import std.stdio; auto a = new A(); writeln(a.toString()); // Crash } Noticed in https://github.com/dlang/druntime/pull/2318#issuecomment-426077283
THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/19501 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB