1// PR c++/6392
2// { dg-do compile }
3
4struct A
5{
6  int* __restrict__ data[10];
7};
8