Compiler projects using llvm
template <typename T> struct A {
  struct B {
    T f;
  };
};