[NFC][RISCV] Remove CFIIndex argument from allocateStack (#117871)
[llvm-project.git] / clang / test / Import / objc-arc / test-cleanup-object.m
blob2ee777573a1e033c4c5bb6ed1cc37fc7d4c15f0f
1 // UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-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 extern int getObj();
9 void test(int c, id a) {
10   (void)getObj(c, a);