aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr69819.c
blob: a9594dd05014d18a4429ce6aff6293a88ee82fb9 (plain)
1
2
3
4
5
/* PR c/69819 */
/* { dg-do compile } */

void foo () { }
int foo[] = { 0 }; /* { dg-error ".foo. redeclared as different kind of symbol" } */