// RUN: %clang_cc1 -fsyntax-only -verify %s
;
X<int> x;
;
X<float>::X<int> xi = x; // expected-error{{qualified reference to 'X' is a constructor name rather than a template name}}
void
// [temp.local]p1:
// FIXME: test template template parameters
;
;