summaryrefslogtreecommitdiffstats
path: root/clang/test/Import/array-init-loop-expr/test.cpp
blob: ac12ecc0361c1cced802aa4ab47d0e9044c24584 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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() {
  S s;
  S copy = s;
}
OpenPOWER on IntegriCloud