From 59850d0874429601812bc13408cb1f776649027c Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Wed, 14 Oct 2009 17:57:32 +0000 Subject: Update llvm to r84119. --- test/FrontendC++/2009-07-16-Using.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/FrontendC++/2009-07-16-Using.cpp (limited to 'test/FrontendC++/2009-07-16-Using.cpp') diff --git a/test/FrontendC++/2009-07-16-Using.cpp b/test/FrontendC++/2009-07-16-Using.cpp new file mode 100644 index 000000000000..1acadf642122 --- /dev/null +++ b/test/FrontendC++/2009-07-16-Using.cpp @@ -0,0 +1,8 @@ +// RUN: %llvmgxx %s -S + +namespace A { + typedef int B; +} +struct B { +}; +using ::A::B; -- cgit v1.2.3