blob: 1b4304381ceae0abf3c9070fa250aa18fb5a9353 [file] [log] [blame]
// { dg-require-effective-target alloca }
/* PR c/77754 */
int fn3();
void fn4(int (*)[fn3 ()][fn3 () + 1][fn3 () + 2], struct S { int a[fn3 ()]; } *);
void fn1() {
int a[10][fn3 ()][fn3 () + 1][fn3 () + 2];
fn4 (a, 0);
}