xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
template-nontrivial1.h
(revision d791e92b5fbd24eef539d5de738c41b835246539)
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