index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.dg
/
c90-array-quals.c
blob: 228e79f65c9f10924e9fa228a5d10133f0727a2c (
plain
)
1
2
3
extern
int
(
*
const
a
)[];
extern
int
(
*
const
a
)[
10
];
extern
int
(
*
const
a
)[];