rt_gccstream/gcc/testsuite/gcc.dg/c90-array-quals.c

4 lines
77 B
C

extern int (*const a)[];
extern int (*const a)[10];
extern int (*const a)[];