1 /* Origin: PR c/1540 from Mattias Lampe <lampe@tu-harburg.de>,
2 adapted to a testcase by Joseph Myers <jsm28@cam.ac.uk>.
3 GCC 2.95.2 fails, CVS GCC of 2001-01-13 passes. */
4 extern void abort (void);
5 extern void exit (int);
10 int array1
[1] = { 1 };
11 int array2
[2][1]= { { 1 }, { 0 } };