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
/
InterfaceStubs
/
template-template-parm-decl.cpp
blob
2bbac57bd52373e9c6ca7b6bd9435d1d381787e9
1
// RUN: %clang_cc1 -o - -emit-interface-stubs %s | FileCheck %s
2
3
// CHECK: --- !ifs-v1
4
// CHECK-NEXT: IfsVersion: 3.0
5
// CHECK-NEXT: Target:
6
// CHECK-NEXT: Symbols:
7
// CHECK-NEXT: ...
8
9
template
<
template
<
typename
...>
class
a
>
struct
S6
{ };