1 /* { dg-do compile } */
2 /* { dg-options "-march=z900 -fstack-clash-protection --param stack-clash-protection-probe-interval=16" } */
3
4 struct b
5 {
6 char a[65536];
7 };
8
9 void c (void) { struct b d; }