C++程序  |  9行  |  98 B

// RUN: %llvmgxx %s -S -o /dev/null

namespace A {
  typedef int B;
}
struct B {
};
using ::A::B;