1 /* { dg-do compile } */ 2 3 struct S a; 4 const struct S b; 5 struct S 6 { 7 }; 8 9 union U c; 10 const union U d; 11 union U 12 { 13 }; 14