1 2 3 4
// RUN: clang-cc -fsyntax-only -verify %s template<int N> void f(int (&array)[N]); template<> void f<1>(int (&array)[1]) { }