1// { dg-do assemble  }
2// Bug: g++ is wrongfully pedantic about union initializers.
3
4union U { int mbr; } array[1] = { 0 };
5