================ @@ -0,0 +1,260 @@ +// RUN: %clang_cc1 -fsyntax-only -std=c++23 -verify %s + ---------------- antangelo wrote: Thanks for catching this, I've fixed this case and added a test https://github.com/llvm/llvm-project/pull/98788