OSDN Git Service

2006-06-19 Anatoly Sokolov <aesok@post.ru>
[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)[];