commit | 336a2bf4dd95554c70eb9737e21691efa04800b8 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Fri Aug 19 21:51:01 2011 +0000 |
committer | Eric Christopher <echristo@apple.com> | Fri Aug 19 21:51:01 2011 +0000 |
tree | c14937ebb1e97d371660ee27d972b7a7c995bbfe | |
parent | 824e2e702f6221c2f884343107ff903ba2dbc34d [diff] [blame] |
Migrate 2009-07-16-Using.cpp from llvm/test/FrontendC++. llvm-svn: 138096
diff --git a/clang/test/CodeGenCXX/2009-07-16-Using.cpp b/clang/test/CodeGenCXX/2009-07-16-Using.cpp new file mode 100644 index 0000000..a692d4d --- /dev/null +++ b/clang/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;