blob: 30c29f4c3bc59a3d2c640ae1c06047a2efc80923 [file] [log] [blame]
/* PR c/35445 */
/* { dg-do compile } */
extern int i;
extern int i; /* { dg-message "previous declaration of 'i'" } */
int i[] = { 0 }; /* { dg-error "conflicting types" } */