From 39fcc9a984e2820e4ea0fa2ac4abd17d9f3a31df Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 20 Feb 2011 13:06:31 +0000 Subject: Vendor import of clang trunk r126079: http://llvm.org/svn/llvm-project/cfe/trunk@126079 --- test/Parser/cxx-template-argument.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/Parser/cxx-template-argument.cpp') diff --git a/test/Parser/cxx-template-argument.cpp b/test/Parser/cxx-template-argument.cpp index 532b4c9..c85b1c9 100644 --- a/test/Parser/cxx-template-argument.cpp +++ b/test/Parser/cxx-template-argument.cpp @@ -7,3 +7,6 @@ template struct A {}; A int x; // expected-error {{expected '>'}} expected-error {{expected unqualified-id}} A'}} +// PR8912 +template struct S {}; +S 1)> s; -- cgit v1.1