[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Import / objc-arc / test-cleanup-object.m
blob00fe9713b0cefdb05022a1d884e8c74cf7fc176a
1 // UNSUPPORTED: -zos, -aix
2 // RUN: clang-import-test -x objective-c -objc-arc -import %S/Inputs/cleanup-objects.m -dump-ast -expression %s | FileCheck %s
4 // CHECK: FunctionDecl {{.*}} getObj '
5 // CHECK: ExprWithCleanups
6 // CHECK-NEXT: cleanup CompoundLiteralExpr
8 void test(int c, id a) {
9   (void)getObj(c, a);