1 /* Test for multiple declarations and composite types. Diagnosis of
2 completion incompatible with implicit initializer. */
4 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
5 /* { dg-do compile } */
6 /* { dg-options "-g" } */
13 extern int x
[2]; /* { dg-error "completed incompatibly" } */
16 /* The following is OK. */