blob: f7b0d717e011e94d77f8f6c7a4065d5c0ccf5768 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-stack-check "generic" } */
/* { dg-options "-O -fstack-check=generic" } */
int main ()
{
int x[8];
if (x[0] != 4)
__builtin_abort ();
return 0;
}