modernc.org/cc@v1.0.1/testdata/issue9b.c (about) 1 typedef short JBLOCK[64]; 2 typedef JBLOCK *JBLOCKROW; 3 typedef JBLOCKROW *JBLOCKARRAY; 4 typedef JBLOCKARRAY *JBLOCKIMAGE; 5 6 short (**ok)[64]; 7 JBLOCKARRAY ok; 8 9 short ***bad[64]; 10 JBLOCKARRAY bad;