summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/template-specialization.cpp
blob: e23a192d8034bc25360c02ee26fe0b6f1c4cea24 (plain)
1
2
3
4
5
// RUN: clang-cc -fsyntax-only -verify %s
// XFAIL
template<int N> void f(int (&array)[N]);

template<> void f<1>(int (&array)[1]) { }
OpenPOWER on IntegriCloud