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