This code doesn't work! ------------------------------- struct A { @safe this(this) { } } @safe void main() { A a; auto b = a; // Error: safe function 'main' cannot call system function '__cpctor' }
https://github.com/D-Programming-Language/dmd/pull/480
https://github.com/D-Programming-Language/dmd/commit/bc3995dd3df5874c71370e40082840cfc7cd975a