compiler crashes (segfault) and outputs nothing with this code: template Foo(T1, T2 : typeof(T1.init)) {}; tested on Windows XP 32-bit with DMD 2.065.0; %errorlevel% is -1073741819 tested on DPaste with DMD 2.065.0 (http://dpaste.dzfl.pl/c99c82b8501b); return code is 11 tested on DPaste with LDC 2.063 (http://dpaste.dzfl.pl/903b69e7602f); same return code, but also emitted a stack trace (as you can see on the DPaste page)
*** This issue has been marked as a duplicate of issue 12748 ***