nullability-completeness.h 74 Bytes Raw Blame History Permalink 1 2 3 4 template<typename T> struct Template final { int *_Nonnull x; T y; };