From 055809446451606b79b822b2a78623c0fb839e10 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 29 May 2009 14:26:40 +0000 Subject: Follow-on test case for template instantiation of interesting DeclGroups llvm-svn: 72569 --- clang/test/SemaTemplate/instantiate-declref.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clang/test/SemaTemplate/instantiate-declref.cpp') diff --git a/clang/test/SemaTemplate/instantiate-declref.cpp b/clang/test/SemaTemplate/instantiate-declref.cpp index 590f241f2f8..051c6050abe 100644 --- a/clang/test/SemaTemplate/instantiate-declref.cpp +++ b/clang/test/SemaTemplate/instantiate-declref.cpp @@ -55,6 +55,9 @@ namespace N2 { typedef T type; type t2 = s1.x; + typedef struct { T z; } type2; + type2 t3 = { s1.x }; + Inner i1; i1.foo(); Inner i2; -- cgit v1.2.3