blob: d9cd9050e8d702517a5055d7ed6c4327c52d70df [file] [log] [blame]
/* { dg-do compile } */
struct S a;
const struct S b;
struct S
{
};
union U c;
const union U d;
union U
{
};