Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
template-nontrivial1.h
1
@import template_nontrivial0;
2
3
struct S1 {
4
S1();
5
Class0<S0> a;
6
};
7