2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr35445.c
blobcef309f41ceb7cdf679b9d2b48af1c250c711808
1 /* PR c/35445 */
2 /* { dg-do "compile" } */
4 extern int i;
5 extern int i; /* { dg-message "was here" } */
6 int i[] = { 0 }; /* { dg-error "conflicting types" } */