1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fstack-protector-strong -fPIC" } */
3
4 void g(int*);
5 void
6 f (int x)
7 {
8 int arr[10];
9 g (arr);
10 }
11
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fstack-protector-strong -fPIC" } */
3
4 void g(int*);
5 void
6 f (int x)
7 {
8 int arr[10];
9 g (arr);
10 }
11