llvm/clang/test/SemaCXX/Inputs/nullability-completeness.h

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