1 template<typename T> struct Template final {
2   int *_Nonnull x;
3   T y;
4 };
5