test.cpp 232 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 // RUN: clang-import-test -dump-ast -import %S/Inputs/S.cpp -expression %s | FileCheck %s // CHECK: CXXCtorInitializer // CHECK-NEXT: ArrayInitLoopExpr // CHECK-SAME: 'int [10]' // CHECK: ArrayInitIndexExpr void expr() { f(); }