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