Compiler projects using llvm
template<typename T> struct Template final {
  int *_Nonnull x;
  T y;
};