OSDN Git Service

* c-c++-common/raw-string-1.c: Combine C and C++ raw string tests.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / restrict1.C
1 // PR c++/6392
2 // { dg-do compile }
3
4 struct A
5 {
6   int* __restrict__ data[10];
7 };