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
/
pack-expansion-expr
/
test.cpp
blob
6866c41cfbcf49feca0597d42d764d73afecbbdc
1
// RUN: clang-import-test -dump-ast -import %S/Inputs/F.cpp -expression %s | FileCheck %s
2
3
// CHECK: PackExpansionExpr
4
// CHECK-SAME: '<dependent type>'
5
// CHECK-NEXT: DeclRefExpr
6
// CHECK-SAME: 'T'
7
// CHECK-SAME: ParmVar
8
// CHECK-SAME: 'a'
9
// CHECK-SAME: 'T...'
10
11
void
expr
() {
12
f
();
13
}