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