blob: f4db95013e2c1d8273cb6986071c9a08628351bd [file] [log] [blame]
/* 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" } */
}