aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr35445.c
blob: 56ca6e2580aeed224a59e9134fd6acfadd3e12e3 (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" } */