C++ code (which contains small error) causes C++ compiler to crash:template <typename _retType> void Function(_retType (*func)(...)){}int main(){ Function<void>(&Function); return 0;}
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results