No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / noncompile / redecl-1.c
blob416c258c0d45541057ef9c21923e8562cf396e24
1 /* Copyright 2000 Free Software Foundation */
2 /* by Alexandre Oliva <aoliva@redhat.com> */
4 int
5 foo ()
7 int bar; /* { dg-error "previous.*decl" "previous.*decl" } */
8 volatile int bar; /* { dg-error "conflicting type qualifiers" "conflicting type qualifiers" } */