]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/template-nontrivial1.h
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / template-nontrivial1.h
1 @import template_nontrivial0;
2
3 struct S1 {
4   S1();
5   Class0<S0> a;
6 };