aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr35445.c
blob: cef309f41ceb7cdf679b9d2b48af1c250c711808 (plain)
1
2
3
4
5
6
/* PR c/35445 */
/* { dg-do "compile" } */

extern int i;
extern int i; /* { dg-message "was here" } */
int i[] = { 0 }; /* { dg-error "conflicting types" } */