2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg8.C
blob39ef34cf8a3b5b1e7b87e2cfd6135806aaf2561c
1 // { dg-do assemble  }
2 // Bug: g++ is wrongfully pedantic about union initializers.
4 union U { int mbr; } array[1] = { 0 };