(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
restrict1.C
// PR c++/6392
// { dg-do compile }

struct A
{
  int* __restrict__ data[10];
};