[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / CodeGenCXX / 2009-07-16-Using.cpp
bloba692d4dbc32e139daa9094fb60f5ff348b7f7d44
1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
3 namespace A {
4 typedef int B;
6 struct B {
7 };
8 using ::A::B;