2 20010114-1.c from the execute part of the gcc torture tests.
11 /* Origin: PR c/1540 from Mattias Lampe <lampe@tu-harburg.de>,
12 adapted to a testcase by Joseph Myers <jsm28@cam.ac.uk>.
13 GCC 2.95.2 fails, CVS GCC of 2001-01-13 passes. */
16 testTortureExecute (void)
18 int array1
[1] = { 1 };
19 int array2
[2][1]= { { 1 }, { 0 } };