aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr35445.c
blob: 30c29f4c3bc59a3d2c640ae1c06047a2efc80923 (plain)
1
2
3
4
5
6
/* 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" } */