// RUN: %clang_cc1 -fsyntax-only -verify %s template class X; template<> class X; // expected-note{{forward}} X* p; X x; // expected-error{{incomplete type}}