================ @@ -0,0 +1,79 @@ +// RUN: %clangxx -std=c++23 -fsyntax-only -Xclang -verify %s + +#include <string> +#include <vector> +#include <map> +#include <tuple> +#include <optional> +#include <variant> +#include <array> +#include <span> ---------------- zwuis wrote:
Do not include files outside test folders. You can search `namespace std` to see how other test files handle this case. https://github.com/llvm/llvm-project/pull/145164 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits