Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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 };