brintos

brintos / llvm-project-archived public Read only

0
0
Text · 225 B · 62be49e Raw
11 lines · cpp
1// RUN: clang-import-test -dump-ast -import %S/Inputs/F.cpp -expression %s | FileCheck %s2 3// CHECK: IndirectGotoStmt4// CHECK-NEXT: ImplicitCastExpr5// CHECK-NEXT: DeclRefExpr6// CHECK-SAME: 'l1_ptr'7 8void expr() {9  f();10}11