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