1// { dg-do assemble  }
2int array[3] = { 1, 2, 3, 4 };	/* { dg-error "" } excess initializer elements */
3