================
@@ -292,3 +292,17 @@ template<typename T>
T *f2(T *a = NULL) {
return a ? a : NULL;
}
+
+void foo(decltype(nullptr));
----------------
vbvictor wrote:Can we write another test-file where will check inclusion of `<cstddef>` https://github.com/llvm/llvm-project/pull/224591 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
