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