From 4ebdf5c4f587daef4e0be499802eac3a7a49bf2f Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sat, 27 Jun 2009 10:45:02 +0000 Subject: Import Clang r74383. --- test/SemaCXX/template-specialization.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/SemaCXX/template-specialization.cpp') diff --git a/test/SemaCXX/template-specialization.cpp b/test/SemaCXX/template-specialization.cpp index b3bb08d7e6a2..e23a192d8034 100644 --- a/test/SemaCXX/template-specialization.cpp +++ b/test/SemaCXX/template-specialization.cpp @@ -1,4 +1,5 @@ // RUN: clang-cc -fsyntax-only -verify %s +// XFAIL template void f(int (&array)[N]); template<> void f<1>(int (&array)[1]) { } -- cgit v1.3