brintos

brintos / llvm-project-archived public Read only

0
0
Text · 231 B · 653f681 Raw
11 lines · cpp
1// RUN: clang-import-test -dump-ast -import %S/Inputs/S.cpp -expression %s | FileCheck %s2// CHECK: CXXCtorInitializer3// CHECK-NEXT: ArrayInitLoopExpr4// CHECK-SAME: 'int[10]'5 6// CHECK: ArrayInitIndexExpr7 8void expr() {9  f();10}11