repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Import
/
array-init-loop-expr
/
test.cpp
blob
653f68140d5a5a430d3d51cc3cca3c78bc9cb261
1
// RUN: clang-import-test -dump-ast -import %S/Inputs/S.cpp -expression %s | FileCheck %s
2
// CHECK: CXXCtorInitializer
3
// CHECK-NEXT: ArrayInitLoopExpr
4
// CHECK-SAME: 'int[10]'
5
6
// CHECK: ArrayInitIndexExpr
7
8
void
expr
() {
9
f
();
10
}