Silence -Wunused-variable in release builds.
[llvm/stm8.git] / test / FrontendC++ / 2009-07-16-Using.cpp
blobc0e031424acbe87136e7fbebe4e732aab005c8f8
1 // RUN: %llvmgxx %s -S -o /dev/null
3 namespace A {
4 typedef int B;
6 struct B {
7 };
8 using ::A::B;