2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / restrict1.C
blob049af1fa439f22d53fce1489e7ca3926e937306c
1 // PR c++/6392
2 // { dg-do compile }
4 struct A
6   int* __restrict__ data[10];
7 };