blob: 6432841fb15ec2bec797973694e99065be088d39 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
struct color { int i; };
static const struct color col;
struct color * f(void)
{
return (struct color *) &col;
}
struct color { int j; }; /* { dg-error "redefinition of" } */