blob: dbc9c15b71f224b3c7dec0cca5655a31adc207f6 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fstack-protector-strong -fPIC" } */
void g(int*);
void
f (int x)
{
int arr[10];
g (arr);
}