]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/c90-array-quals.c
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / c90-array-quals.c
1 extern int (*const a)[];
2 extern int (*const a)[10];
3 extern int (*const a)[];