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
[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git]
/
clang
/
test
/
InterfaceStubs
/
class-template-partial-specialization.cpp
blob
7f529997a0720d92e5c0df2fcd5ef8aefb307a2b
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
<
typename
>
struct
S7
{ };
10
template
<
typename T
>
struct
S7
<
T
&> { };