dmd r627とdfl r97でdmdがクラッシュ【原因編】
dmd r627とdfl r97でdmdがクラッシュ - ...ing logging 3.0 の続き.
//a.d import b; void main() { A a = new A(); }
//b.d class A { protected this(){} }
>dmd a b a.d(5): Error: class b.A member this is not accessible
でクラッシュすることがわかった.