// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
// Template type parameters.
typedef unsigned char T;
;
;
int array0;
// Non-type template parameters.
const int N = 17;
;
;
int array1;
// Template template parameters.
;
;
int array2;