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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
74 B
C
Raw Normal View History

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