| 1 | // RUN: clang-import-test -dump-ast -import %S/Inputs/F.cpp -expression %s | FileCheck %s |
|---|---|
| 2 | |
| 3 | // CHECK: IndirectGotoStmt |
| 4 | // CHECK-NEXT: ImplicitCastExpr |
| 5 | // CHECK-NEXT: DeclRefExpr |
| 6 | // CHECK-SAME: 'l1_ptr' |
| 7 | |
| 8 | void expr() { |
| 9 | f(); |
| 10 | } |
| 11 |
| 1 | // RUN: clang-import-test -dump-ast -import %S/Inputs/F.cpp -expression %s | FileCheck %s |
|---|---|
| 2 | |
| 3 | // CHECK: IndirectGotoStmt |
| 4 | // CHECK-NEXT: ImplicitCastExpr |
| 5 | // CHECK-NEXT: DeclRefExpr |
| 6 | // CHECK-SAME: 'l1_ptr' |
| 7 | |
| 8 | void expr() { |
| 9 | f(); |
| 10 | } |
| 11 |