(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.jason/
rfg8.C
// { dg-do assemble  }
// Bug: g++ is wrongfully pedantic about union initializers.

union U { int mbr; } array[1] = { 0 };