================ @@ -0,0 +1,252 @@ +// RUN: %clangxx -std=c++20 -fsyntax-only -Xclang -verify %s + +#include <initializer_list> ---------------- heturing wrote:
Fixed this for the test case. https://github.com/llvm/llvm-project/pull/188196 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
