Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaCXX / Inputs / nullability-completeness.h
blob1b30e1b4d90611144e6a3839afe51a2b3e4e29cb
1 template<typename T> struct Template final {
2 int *_Nonnull x;
3 T y;
4 };