(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
s390/
pr84332.c
       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; }