/* { dg-do compile } */

struct S a;
const struct S b;
struct S
{
};

union U c;
const union U d;
union U
{
};
