[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Format / dump-config-objc.h
blobd33fd366a403fb36e3f10de2029d41ce89fda97f
1 // RUN: clang-format -dump-config %s | FileCheck %s
3 // CHECK: Language: ObjC
4 @interface Foo
5 @end