================
@@ -0,0 +1,15 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -std=c++2b %s
+
+// https://github.com/llvm/llvm-project/issues/177741
+
+struct S {
----------------
Luohaothu wrote:
Moved
https://github.com/llvm/llvm-project/pull/177783