================ @@ -0,0 +1,7 @@ +// RUN: %clang_cc1 -std=c2y -verify %s +// RUN: %clang_cc1 -std=c2y -verify -fexperimental-new-constant-interpreter %s +// expected-no-diagnostics + +void gh152826(char (*a)[*][5], int (*x)[_Countof (*a)]); ---------------- yronglin wrote:
```suggestion void gh152826(char (*a)[*][5], int (*x)[_Countof(*a)]); ``` https://github.com/llvm/llvm-project/pull/154627 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits