================
@@ -0,0 +1,8 @@
+// RUN: %clang_cc1 -fsyntax-only -verify %s
+
+// issue144264
+constexpr void test()
+{
+ using TT = struct T[deprecated{};
----------------
el-ev wrote:
Updated, thanks!
https://github.com/llvm/llvm-project/pull/144286