// RUN: %clang_cc1 -fsyntax-only -verify %s
;
;
;
;
int array0;
int array1;
int array2;
typedef const int* CIP;
int array3;
;
; // expected-note{{matches}}
; // expected-note{{matches}}
;
X2<int*, int*> x2a; // expected-error{{ambiguous}}
X2<const int*, const int*> x2b;