llvm/clang/test/Modules/Inputs/template-nontrivial1.h

@import template_nontrivial0;

struct S1 {
  S1();
  Class0<S0> a;
};