================ @@ -0,0 +1,105 @@ +// RUN: %clangxx -std=c++20 -fsyntax-only %s + +#include <initializer_list> + ---------------- Sirraide wrote:
Can you also add tests involving class types, unions, and enums? For pointer types, please test `__restrict__` pointers too. https://github.com/llvm/llvm-project/pull/188196 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
