blob: 1b30e1b4d90611144e6a3839afe51a2b3e4e29cb [file] [log] [blame]
Richard Smith0a12b902017-05-19 20:20:13 +00001template<typename T> struct Template final {
2 int *_Nonnull x;
3 T y;
4};