xref
: /
external
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
template-nontrivial1.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
@
import
template_nontrivial0
;
2
3
struct
S1
{
4
S1
();
5
Class0
<
S0
>
a
;
6
};
7