summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/template-specialization.cpp
blob: b3bb08d7e6a21172d55efe1f872d6b07464f25a8 (plain)
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]) { }
OpenPOWER on IntegriCloud