X86MCInstLower::Lower should only not emit anything to OutStreamer,
[llvm/avr.git] / test / FrontendC++ / 2009-07-16-Using.cpp
blob1acadf642122ef9a37a79763522d0b4b68789ad2
1 // RUN: %llvmgxx %s -S
3 namespace A {
4 typedef int B;
6 struct B {
7 };
8 using ::A::B;