2009-07-16-Using.cpp 108 Bytes Raw Blame History Permalink 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;