summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/variadic-parse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaTemplate/variadic-parse.cpp')
-rw-r--r--test/SemaTemplate/variadic-parse.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/SemaTemplate/variadic-parse.cpp b/test/SemaTemplate/variadic-parse.cpp
deleted file mode 100644
index d8b77b3..0000000
--- a/test/SemaTemplate/variadic-parse.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++0x
-
-// Parsing type parameter packs.
-template <typename ... Args> struct T1 {};
-template <typename ... > struct T2 {};
-
OpenPOWER on IntegriCloud