blob: 3dec99f62c706cd4cf0b42ba7a2663096b3c6202 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-march=z900 -fstack-clash-protection --param stack-clash-protection-probe-interval=16" } */
struct b
{
char a[65536];
};
void c (void) { struct b d; }