1 // { dg-do assemble  }
2 
3 static union {
4   union {
5   };
6 }; // { dg-warning "" } anonymous union with no members
7