// RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s
;
;
;
X0<Y1> x0a;
X0<Y1 *> x0b;
X0<int> x0c;
X0<E1> x0d;
;
;
;
X1<Y2> x1a;
X1<Y3> x1b;
X1<Y1> x1c; // expected-note{{in instantiation of template class 'X1<Y1>' requested here}}
;
;
;
;
int // FIXME: should be an error
a;
void