Free the constants that have no uses in ~LLVMContext.
[oota-llvm.git] / test / FrontendC++ / 2009-07-16-Using.cpp
1 // RUN: %llvmgxx %s -S
2
3 namespace A {
4   typedef int B;
5 }
6 struct B {
7 };
8 using ::A::B;