aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr79412.c
blob: b60d5e1b2e33dac6420411247de4f0a1b213eb08 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O2" } */
int a;
/* { dg-message "note: previous declaration" "previous declaration" { target *-*-* } .-1 } */
void fn1 ()
{
  a++;
}
int a[] = {2};  /* { dg-error "conflicting types" } */