// RUN: %clang_cc1 -fsyntax-only -verify %s
;
;
T X<T, U>::member; // expected-error{{no matching constructor}}
// Okay; this is a declaration, not a definition.
NonDefaultConstructible X<NonDefaultConstructible, long>::member;
NonDefaultConstructible &