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