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