1 /* Some incompatible external linkage declarations were not diagnosed.
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "" } */
8 void f(void) { extern int a
[]; extern int a
[10]; } /* { dg-message "note: previous declaration of 'a' was here" } */
9 extern int a
[5]; /* { dg-error "conflicting types for 'a'" } */