================ @@ -0,0 +1,17 @@ +// RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s ---------------- erichkeane wrote:
These two should just be in the same test file, there is no reason to have two separate tests for this. Perhaps find an existing test file for this to live in? https://github.com/llvm/llvm-project/pull/166996 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
