ctp compiler crashes on below codetemplate<typename... T>struct a{ template<typename head, typename... remainder> void init() { } template<> void init() { }};int main(){}Though above code is not legimate code (though msvc extension allows it), proper compile error/warning message is expected rather than compiler crash.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results