summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/2009-07-16-Using.cpp
blob: a692d4dbc32e139daa9094fb60f5ff348b7f7d44 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null

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