blob: 1234d80bd08676b71447d8e3ce0cf82c7d85fe4f [file] [log] [blame] [edit]
// 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)]);
void more_likely_in_practice(unsigned long size_one, int (*a)[*][5], int b[_Countof(*a)]);
void f(int (*x)[*][1][*][2][*][*][3][*], int q[_Countof(*x)]);