blob: 690a78455572d17bc8dec0cb35caae9f62ff1e67 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-stack-check "" } */
/* { dg-options "-O -fstack-check" } */
void foo (int n)
{
volatile char arr[64 * 1024];
arr[n] = 1;
}