// RUN: %clang_cc1 -fsyntax-only -Wall -verify %s
;
A<int> a0;
A<void*> a1; // expected-note{{in instantiation of member function 'A<void *>::A' requested here}}
;
B<int> b0; // expected-note {{in instantiation of member function 'B<int>::B' requested here}}
;
;
BB<int> x;
;
;
Y<int> y;
;
Array<int> s;