// RUN: %clang_cc1 -fms-compatibility -fdelayed-template-parsing -fsyntax-only -verify %s template class A { }; typedef int TInt; template class A; // expected-note {{previous explicit instantiation is here}} template class A; // expected-warning {{duplicate explicit instantiation of 'A' ignored as a Microsoft extension}}