Migrate 2009-07-16-Using.cpp from llvm/test/FrontendC++.

llvm-svn: 138096
This commit is contained in:
Eric Christopher 2011-08-19 21:51:01 +00:00
parent 824e2e702f
commit 336a2bf4dd
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
namespace A {
typedef int B;
}
struct B {
};
using ::A::B;