forked from OSchip/llvm-project
Migrate 2009-07-16-Using.cpp from llvm/test/FrontendC++.
llvm-svn: 138096
This commit is contained in:
parent
824e2e702f
commit
336a2bf4dd
|
@ -0,0 +1,8 @@
|
|||
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
|
||||
|
||||
namespace A {
|
||||
typedef int B;
|
||||
}
|
||||
struct B {
|
||||
};
|
||||
using ::A::B;
|
Loading…
Reference in New Issue