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