OSDN Git Service

PR middle-end/19984
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / c90-array-quals.c
1 extern int (*const a)[];
2 extern int (*const a)[10];
3 extern int (*const a)[];