https://issues.dlang.org/show_bug.cgi?id=7104
--- Comment #4 from [email protected] --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c779ec72240f6b110af0b9f3a0d3cc4a0bf271ee fix Issue 7104 - linker error on void main(){ typeof(new class{}) c; c = new typeof(c); } https://github.com/D-Programming-Language/dmd/commit/e59c181051348d4b3a2c2fc0168dca36ab8958fd Merge pull request #4453 from 9rnsr/fix7104 --
