blob: 150e0ad636be061ba175a305b9b53a82ef7a7c94 [file] [log] [blame]
// RUN: clang-cc -fsyntax-only -verify %s
// XFAIL: *
// A template-parameter shall not be used in its own default argument.
template<typename T = typename T::type> struct X; // expected-error{{default}}