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) {