================
@@ -0,0 +1,24 @@
+// RUN: %clang_cc1 -std=c++23 -fexperimental-new-constant-interpreter
-verify=expected,both %s
+// RUN: %clang_cc1 -std=c++23
-verify=ref,both %s
+
+namespace WcslenInvalidArg {
----------------
tbaederr wrote:Add this to `builtin-functions.cpp` instead. https://github.com/llvm/llvm-project/pull/177891 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
