xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
template-specialization-visibility
/
d.h
(revision a108760b336b9a2cab5d07a614987e87bb951d64)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
D_H
2
#
define
D_H
3
template
<
typename
>
struct
S
;
4
template
<
typename
>
struct
T
;
5
#
endif
6