test.m 218 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 // RUN: clang-import-test -dump-ast -x objective-c++ -import %S/Inputs/F.m -expression %s | FileCheck %s // CHECK: ObjCAutoreleasePoolStmt // CHECK-NEXT: CompoundStmt // CHECK-NEXT: ReturnStmt void expr() { f(); }