Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / c90-array-quals.c
blob228e79f65c9f10924e9fa228a5d10133f0727a2c
1 extern int (*const a)[];
2 extern int (*const a)[10];
3 extern int (*const a)[];