1// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3namespace A {
4  typedef int B;
5}
6struct B {
7};
8using ::A::B;
9