// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
;
const int x<i>::j;
int array0;
;
const unsigned X0<T>::value;
int array1;
const unsigned&
int array2;
;
const unsigned X1<T>::value = sizeof;
int array3;