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