// RUN: %clang_cc1 -fsyntax-only -verify %s
;
;
T X<T, U>::value;
// Explicitly specialize the members of X<IntHolder, long> to not cause
// problems with instantiation, but only provide declarations (not definitions).
void ;
; // expected-note{{forward declaration}}
IntHolder X<IntHolder, long>::value;
IntHolder &
;
;
void
// explicit specialization syntax not used for a member of
// explicitly specialized class template specialization
void