aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/noncompile/redecl-1.c
blob: f4db95013e2c1d8273cb6986071c9a08628351bd (plain)
1
2
3
4
5
6
7
8
9
10
/* Copyright 2000  Free Software Foundation */
/* by Alexandre Oliva  <aoliva@redhat.com> */

int
foo ()
{
  int bar; /* { dg-error "previous.*decl" "previous.*decl" } */
  volatile int bar; /* { dg-error "conflicting types" "conflicting types" } */
}