Skip to content

Commit

Permalink
Migrate 2009-07-16-Using.cpp from llvm/test/FrontendC++.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138096 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
echristo committed Aug 19, 2011
1 parent 07881a2 commit 3592f64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/CodeGenCXX/2009-07-16-Using.cpp
@@ -0,0 +1,8 @@
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null

namespace A {
typedef int B;
}
struct B {
};
using ::A::B;

0 comments on commit 3592f64

Please sign in to comment.